Memory Pool Memory Pool Refreshing

2,637 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (751,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,291 156,291 00000000000006ce133a9b81935d0855a4a548b0e966388a3c48284ce1e70c8e 0.03 MB 87 56
156,290 156,290 0000000000000e33aa47ded0ff0f35f549bdda1e608e0c4fa522e633e1cb57e0 0.03 MB 49 123
156,289 156,289 000000000000062fd6279cfb0f90b6ce161f246fde0a528fb94541d2615f2c88 0.01 MB 9 45
156,288 156,288 000000000000051a5be9d2494dbee8c58d6d3621ba13e7055590493ab4b08c6c 0.02 MB 23 104
156,287 156,287 0000000000000a2a84b26f896cd002e36d0a610cc828b0d1e0a9fff387446651 0.01 MB 57 3
156,286 156,286 0000000000000d679145013984b359045283d65acf716f007fa619dd8f8d592d 0.00 MB 11 30
156,285 156,285 000000000000015235af350b34c9bde322b3a4dc21852a485f3f2c6afe0116da 0.02 MB 68 147
156,284 156,284 0000000000000570165044a8480ef1ab81f7342ca55727ce8c3e7efa6fa0dd9d 0.00 MB 12 0
156,283 156,283 00000000000000c4c3e67f806f256b85c5d0a42b2bb412caabf02805be7335df 0.00 MB 6 14
156,282 156,282 000000000000064b10fa295594ec535d6813daf7774ddebff8ea36e6e516d11a 0.01 MB 18 20
156,281 156,281 00000000000002668f9050512ed026898ee3c349ce9d86b0527f5b35b3ed5e93 0.00 MB 1 0
156,280 156,280 0000000000000193688063d2c0eb1d8d1bae0ccab09360017f936b3a43a73c28 0.04 MB 77 175
156,279 156,279 0000000000000247cddb5cee98309e76383b2f0eaf5d8020564057f4f152b609 0.02 MB 48 33
156,278 156,278 000000000000069b1cb2fd9dab3ec6a664a1c0228efe8a8eea910bb8c46923d4 0.01 MB 18 35
156,277 156,277 0000000000000c1f6210f30bbad38f35c6756059d641adc3d948b02ed3b22b53 0.03 MB 101 49
156,276 156,276 0000000000000bc311ee8ebde566e3dcbd125539cd04dfbb4fd06d6214d8e0d2 0.00 MB 12 0
156,275 156,275 000000000000034b6a833d7b95cebc5d0787f2712754effd3639a3b82dc00988 0.01 MB 21 50
156,274 156,274 0000000000000aabfa7bcae70c3e7fde8da1df9d7931444a1125e538257f7150 0.00 MB 12 32
156,273 156,273 000000000000090cc209ba5f430073f3f0f7675489a92a9de6cd38836fce46d8 0.04 MB 113 141
156,272 156,272 0000000000000982805d315e4b18a7d03c08d9505d4c7aaed26f3cfe295e5052 0.03 MB 39 103
156,271 156,271 0000000000000b3b8772fb40bcbacf7e50feb27db3bc44ce69630dc82c69a5e9 0.00 MB 12 16
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.