For future reference, here is a guide showing how to dump the 547 satoshis if you use Electrum: https://gist.github.com/ncstdc/90fe6209a0b3ae815a6eaa2aef53524c
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
bitcoin-cli abandontransaction de188ec7d50032773a43af8703b2f17d6bde2ae701b64934bce3e8850cd6a904
bitcoin-cli abandontransaction de188ec7d50032773a43af8703b2f17d6bde2ae701b64934bce3e8850cd6a904
bitcoin-cli decoderawtransaction "COPIED STRING"
bitcoin-cli signrawtransactionwithwallet "COPIED STRING"
root@btcpay:~/btcpayserver-docker# ./bitcoin-cli.sh getmempoolentry "de188ec7d50032773a43af8703b2f17d6bde2ae701b64934bce3e8850cd6a904"
{
"fees": {
"base": 0.00000336,
"modified": 0.00000336,
"ancestor": 0.00000336,
"descendant": 0.00243679
},
"vsize": 168,
"weight": 669,
"fee": 0.00000336,
"modifiedfee": 0.00000336,
"time": 1614980377,
"height": 673314,
"descendantcount": 3,
"descendantsize": 2471,
"descendantfees": 243679,
"ancestorcount": 1,
"ancestorsize": 168,
"ancestorfees": 336,
"wtxid": "e447f30957e1c02dab97d17b99722e9d96c46efdb7f30ff61301f06cbd955377",
"depends": [
],
"spentby": [
"e7d87aff1e35fda17d730e2a9c0f881de3d53969ea267d48c5845b11c0b54220"
],
"bip125-replaceable": false
}
root@btcpay:~/btcpayserver-docker# ./bitcoin-cli.sh getmempoolentry "e7d87aff1e35fda17d730e2a9c0f881de3d53969ea267d48c5845b11c0b54220"
{
"fees": {
"base": 0.00209658,
"modified": 0.00209658,
"ancestor": 0.00209994,
"descendant": 0.00243343
},
"vsize": 1985,
"weight": 7940,
"fee": 0.00209658,
"modifiedfee": 0.00209658,
"time": 1614980377,
"height": 673314,
"descendantcount": 2,
"descendantsize": 2303,
"descendantfees": 243343,
"ancestorcount": 2,
"ancestorsize": 2153,
"ancestorfees": 209994,
"wtxid": "591b6276720347fe1ccbc113c782102326c6bc054b278482d8899cfe446ecc7d",
"depends": [
"de188ec7d50032773a43af8703b2f17d6bde2ae701b64934bce3e8850cd6a904"
],
"spentby": [
"4504fe03e55a51fba376be24e7467240370aaa0a7d2ce92befecd05e3490e916"
],
"bip125-replaceable": false
}
root@btcpay:~/btcpayserver-docker# ./bitcoin-cli.sh getmempoolentry "4504fe03e55a51fba376be24e7467240370aaa0a7d2ce92befecd05e3490e916"
{
"fees": {
"base": 0.00033685,
"modified": 0.00033685,
"ancestor": 0.00243679,
"descendant": 0.00033685
},
"vsize": 318,
"weight": 1269,
"fee": 0.00033685,
"modifiedfee": 0.00033685,
"time": 1614980377,
"height": 673314,
"descendantcount": 1,
"descendantsize": 318,
"descendantfees": 33685,
"ancestorcount": 3,
"ancestorsize": 2471,
"ancestorfees": 243679,
"wtxid": "417954e54d2ab38461083b099f2374ea2aa57040fcca7312ca5f6e83beacb5c1",
"depends": [
"e7d87aff1e35fda17d730e2a9c0f881de3d53969ea267d48c5845b11c0b54220"
],
"spentby": [
],
"bip125-replaceable": true
}