Memory Pool Memory Pool Refreshing

11,496 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,574 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,971 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,573 (816,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,688 91,688 000000000005b02ec1c462b1a55375506db033f0bc4a470233b16609dba0c9dd 0.00 MB 1 0
91,687 91,687 00000000000c591f9dae0989ce57c39f614319d5647d4e70a9fd6dcf872dfdb1 0.00 MB 1 0
91,686 91,686 000000000002f93b872cb03f030f46c405dc4fc11eb14f0d2e140ead71bbd121 0.00 MB 1 0
91,685 91,685 0000000000054024d2e70a90a75e6349fa67ce61b9a2716a105c9bac38a817a2 0.00 MB 1 0
91,684 91,684 00000000000a41283de881d9174a07d9c0d0e867f285bbb36a4441690bbc0c43 0.00 MB 1 0
91,683 91,683 0000000000036359de240e8f451237bc167ebe33ae5149aeb3e8845a62525ccd 0.00 MB 1 0
91,682 91,682 0000000000036ac3473f4e3747bb1649b50d3d5f37ee023c6c3be3776389ed07 0.00 MB 1 0
91,681 91,681 000000000004967f341eabfa23e7e575de32a40a6204d8311e1d292f59ac4f03 0.00 MB 1 0
91,680 91,680 000000000007f7dcd368d6f738c8461698b13cd79f207edf12fcfc633a77dd32 0.00 MB 1 0
91,679 91,679 00000000000909aa27da774d54ac733a114f9d1201ea639d0f2ffcb3bbb2bc8e 0.00 MB 1 0
91,678 91,678 00000000000332acee0821c9f3ef2d222ef2f104064da1cd8660ab3df5ae59c6 0.00 MB 4 0
91,677 91,677 00000000000cb067c3b4e923ec9c7be5545bd6c482fec36ac6513989615c9277 0.00 MB 1 0
91,676 91,676 000000000001590507ac8e483f99a77e98a9f7b6285a5f4137230db94023a050 0.00 MB 1 0
91,675 91,675 00000000000b1d87dc8a75bb2edaaf5a8d2240cfae5e6564deb1978bebb3def5 0.00 MB 1 0
91,674 91,674 000000000003c426a0f2a9054c9b57af4a1d4dad2ccd7ae7fc32401ccc9f4440 0.00 MB 1 0
91,673 91,673 00000000000380978bfa8f131d2b6728a3670d7aa4a912033edd4c6fea6431d4 0.00 MB 2 0
91,672 91,672 000000000003cc246fccf530b81a93bb85c9f52afd5e4f5a99af165733751ce2 0.00 MB 1 0
91,671 91,671 00000000000adf90d97d0aaad8d3f098b731c9d44ec7ee3fd735451cd47a50b4 0.00 MB 1 0
91,670 91,670 000000000001c9c174d561a5e6e8e402935bfdda538624aced2de9b9dc397b30 0.00 MB 1 0
91,669 91,669 00000000000dba7c70eb92554d3c26092639865efd3033a2a0ac7e60b3b23713 0.00 MB 1 0
91,668 91,668 000000000006c01352d5e13a7d4d5bd06aada5af53ca0b87d9562b2f0c898b38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,848.33 GB sent, 100.81 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.