Memory Pool Memory Pool Refreshing

19,348 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (615,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,372 292,372 000000000000000093cd3f76410be33dea2e3b9ce5b70c2ea881622d601b1894 0.09 MB 134 7
292,371 292,371 00000000000000006b286479c5ada6ae8c9670651ceb9b44c7f9e5e520f998a0 0.35 MB 499 46
292,370 292,370 0000000000000000be42276bfeba7568da68948a05179c8d2c3e710b57bdd21e 0.35 MB 305 19
292,369 292,369 0000000000000000d7c2b95127a22fdbec6857829c847cf5ccd57050f933dc32 0.35 MB 938 59
292,368 292,368 000000000000000070528cc3b992b4f6f24492e3276e945b4a912bfa12c42d4b 0.72 MB 889 32
292,367 292,367 00000000000000000138e0fb3606cf718b668a68f01bc62fc8be6caf67e2181a 0.19 MB 206 27
292,366 292,366 00000000000000001e57d27fcc0b16a9fd0b6807d7482fbaca095e3f170a4cbe 0.34 MB 603 27
292,365 292,365 0000000000000000d518fcd58fd0b043a0ce7c372185572297296fc13e0ae114 0.25 MB 608 47
292,364 292,364 00000000000000008bb2499af4c0b7633ca06530a78de47bcc40809bb47338f6 0.17 MB 512 57
292,363 292,363 0000000000000000454c0be7d3c94ca6c1fcb2981a0828bee4ffda2c931450d4 0.35 MB 780 44
292,362 292,362 0000000000000000b2a62f201e2722fc0ad7f6fd05bef67d52f37479c81081e6 0.26 MB 679 50
292,361 292,361 0000000000000000b7260d34e6862b4f3a7a99a1ed6e5246c214b775667d3fe4 0.01 MB 23 52
292,360 292,360 0000000000000000a722cb07ffaa16b5fedddad16bfa67662ce0a687498c8acc 0.12 MB 293 39
292,359 292,359 0000000000000000663145034044a08f53240b70ec8a347568ede1e82a5f3db4 0.17 MB 403 42
292,358 292,358 000000000000000032bf2adacfb8c9a2e26883ff1aa850e1a82414e782bb2631 0.62 MB 1,209 37
292,357 292,357 000000000000000081f30851e905e5de58ef0e48d1a38019361a2b560e006d53 0.03 MB 64 90
292,356 292,356 000000000000000097e586944a48660f84d64129a2d55c25836d8ddd4bef962b 0.10 MB 256 54
292,355 292,355 0000000000000000a55c92c0e64ce5aa97c49bface5b05d46acbd28049fbaef6 0.42 MB 236 15
292,354 292,354 00000000000000005626c4fa6b6e72ede85aba462928febc2c51609708aea57e 0.35 MB 764 38
292,353 292,353 00000000000000001b3ade28b44a683a46c23e2b30bda358bba67f7dd89fcb84 0.25 MB 740 58
292,352 292,352 000000000000000013641fe28c99008a51929f27a8392e5b39f6fa4b1c755cc6 0.55 MB 867 33
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.