Memory Pool Memory Pool Refreshing

7,057 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (689,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,501 218,501 00000000000002b95fb89aff56b62413abaa1c343618e8129bf1905e063c9cfb 0.18 MB 109 74
218,500 218,500 000000000000042f01cf41d868539b3b9efa89384e8abfb4e3516cfb11a743e2 0.25 MB 423 126
218,499 218,499 0000000000000315b55ec6a25763431eb602e115880e74570fe842bbd9f09de0 0.26 MB 213 75
218,498 218,498 00000000000003cf126cb276ca6e426722aeacd04b13bfac7bcdbe54024d4894 0.25 MB 784 253
218,497 218,497 000000000000012491a65b0783abd7dcbf118a63a3ad0a59278c0ac65c799c26 0.30 MB 420 174
218,496 218,496 000000000000048d1a13f00a4d254805b9142265ab45d19d9e51547cee01eebe 0.00 MB 8 14
218,495 218,495 000000000000011e2b9551846eca2e6e382852dae666df9b1878fa865717ca21 0.00 MB 1 0
218,494 218,494 00000000000004eb23a0cdbd522a595ad9f0ad0be67cc837f22f314c9cc8a8ea 0.25 MB 536 160
218,493 218,493 000000000000052a3a927e95ac45b7548bb91bae43f4e9761ec68561c5255c56 0.28 MB 543 192
218,492 218,492 00000000000004419003d98b51e6c42a97a1b15966f65ac353f9dc704cb09b02 0.00 MB 12 376
218,491 218,491 0000000000000501d6ddaf892a89b01362daa81192989a3010133b19a461a442 0.15 MB 162 133
218,490 218,490 00000000000002e8283651d3e10f61113c4cdf28883e2a9ced9db6cef435c001 0.20 MB 455 186
218,489 218,489 000000000000003c9f2660d917319a31ce45e5d31694b32d45bb648feec76f0b 0.10 MB 200 85
218,488 218,488 00000000000003b781063b067fbf844f6454a1d139580ac042c340911e14d773 0.25 MB 654 226
218,487 218,487 0000000000000168629c30066e28295c721cfab2a92a32a93241c22a3848afc3 0.05 MB 131 96
218,486 218,486 000000000000045ed557da57424a56a7d164ad1635d79a7a2a0652e539e4030a 0.24 MB 448 158
218,485 218,485 00000000000003f6d15b0b6c1b0709e1be33678d53557fd7dc5d1dee21eac8f6 0.16 MB 371 202
218,484 218,484 000000000000023a56dfe1638eb331b163db4eaa0f11e1b5778a558c4de19ed3 0.30 MB 427 27
218,483 218,483 00000000000002f226ebcf45e38c6b5b6bce09c06af5b9ce4ba781dbb47c548e 0.06 MB 136 95
218,482 218,482 000000000000014ddeae888c9b55c28767f0bf19384245040716a9d700d54dfc 0.25 MB 531 182
218,481 218,481 0000000000000085d0887c79d28ef66e3756bfbb32d4f99cfcb0b68d484424fd 0.05 MB 129 144
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.