Memory Pool Memory Pool Refreshing

1,676 transactions
15.80 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (851,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,352 56,352 000000000f3692d351547c03e93af1b4cdd464cfc5eb577fba75970476e08344 0.00 MB 1 0
56,351 56,351 00000000090b2f28afb0df58d5e3c6f60fde25f353b7cf292cf7de48b4f343a3 0.00 MB 1 0
56,350 56,350 000000000fffc663b28e0d4ab65ba4e9c1ef8a1f630c09b29ae48faaad4cb811 0.00 MB 1 0
56,349 56,349 0000000006015f70b1aefd93a49a91d68af18be0f520b15a7572b22dee7b5fab 0.00 MB 1 0
56,348 56,348 000000000261282b88f53aa04cc24d3ef9c13630c1abe81e1292d47f93051e9f 0.00 MB 1 0
56,347 56,347 000000000bc8fdfb7d92a56bdd6b7ea29d46023508cba3b5b321cac6d59b8415 0.00 MB 2 0
56,346 56,346 000000000327243b41ca06c8225482981b0e1571e6c0050ab23a04192a734df0 0.00 MB 1 0
56,345 56,345 0000000013733c6b47177cbd27077a05007a0fe3cde70f01e2fe89fbe2817d4e 0.00 MB 1 0
56,344 56,344 000000000aaeac123829a3dd8bb0290931cbd9edc31cf69193f577278390615c 0.00 MB 1 0
56,343 56,343 000000000b9d6bfe5d041f4ad9a266cfbeb37b1b9ae305f6badaff10efabe384 0.00 MB 3 0
56,342 56,342 000000000555ef0fc08f9ffda410a00d26c9e484213d9aaab3959aef8c312961 0.00 MB 1 0
56,341 56,341 00000000055e65f1b129acbe49e8fedb10eb1b519eea80cebbab566a4d0400f8 0.00 MB 1 0
56,340 56,340 00000000085b269f233c70f3dde399c59029a44e7e00b493d5eed8d3b865115d 0.00 MB 3 0
56,339 56,339 0000000012e1bb7ea84dea77e5155a31917edc048cf28f19b60cdd63d76a6d34 0.00 MB 1 0
56,338 56,338 0000000004989909a9320fd050510fb9c2e225072ddffd46ffd15c9568caac4a 0.00 MB 1 0
56,337 56,337 000000000cdf74ae4cbe408459621da2bc8368927c9df5f5045b04a8cfeda7a4 0.00 MB 1 0
56,336 56,336 000000000298264c5e19a8d57f2a6e1e9f7f794e7ea27a5d6959443a769b868c 0.00 MB 4 0
56,335 56,335 0000000002a11b9b480c5abf6873df66a2e3bde71d46855e5cd7b84ea62bb998 0.00 MB 3 0
56,334 56,334 0000000001e530ad2aa47f5ff6c66ea70633b840384c6041057b225b8df4345a 0.00 MB 1 0
56,333 56,333 000000000a1bc75770b3acbf08fa3e8f33c843d0faab818c3c51b1e77b67a053 0.00 MB 1 0
56,332 56,332 000000000557bdeaebd835f275f88924f60c0a0a8fd6930c35d8d4988333daca 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.43 GB sent, 98.50 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.