Memory Pool Memory Pool Refreshing

1,076 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (856,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,487 52,487 000000000e0214b7d45b30fecc4294ab4e17b24a305f5c919fd49635f2ffc25f 0.00 MB 1 0
52,486 52,486 000000000d9a77311d1df0ab5e17bb5726a80cb5c13fee326db8599d696008bd 0.00 MB 1 0
52,485 52,485 0000000012a80be04f05c0de91581a6f1f3b210b2bb61b10a17517b3d7600f55 0.00 MB 1 0
52,484 52,484 000000000cf2118ab0f941043b66e8cdb441575a9637308ad84c7d4906b959b0 0.00 MB 1 0
52,483 52,483 00000000103fe1f6ee851be35c64ba2a52908c186c3386e6751df622cbdbe5f1 0.00 MB 1 0
52,482 52,482 0000000002ff3e81bd5b01255f162941ba06b71c54c1e5af759ea68a5b774223 0.00 MB 1 0
52,481 52,481 00000000122bb33a1a19dbeee15a2da0878c8c032e742a58ceeb29752758cb96 0.00 MB 1 0
52,480 52,480 00000000122a719b3ebf974ccafda1fd16590e6cb0d3af4b2524835728c9bd43 0.00 MB 1 0
52,479 52,479 0000000013c397147a5863e77c980a5e2b5f84cdae28c3f3f782919b45e9fd12 0.00 MB 1 0
52,478 52,478 000000000ba44f03d2bcfc0ff701d32634da9a6207341e4922894284aba987cb 0.00 MB 1 0
52,477 52,477 00000000026544916d3661429d490ced3331e535b9fd424340b72647b8da010c 0.00 MB 1 0
52,476 52,476 000000000709569d0811fc08e3de7d3adcaa24b33451d4fd62943ca8dea71996 0.00 MB 1 0
52,475 52,475 0000000000503b8a50b43a00134809e96272aaba1ef39f0e66d0f7313cd4908e 0.00 MB 1 0
52,474 52,474 0000000008ae48140e4f624ee13ae7ab0ebb2d3dec935a771e49c0a19677ca10 0.00 MB 1 0
52,473 52,473 0000000011a3a4189910aef1c1dd747d24e96d3e5154ee8a8b1410cd174ca7e5 0.00 MB 1 0
52,472 52,472 000000001154c570b25d43e0fc453a25e54372715653e780eb3d442409a90f1b 0.00 MB 1 0
52,471 52,471 0000000003dfa3f41ce47091f29eebe73894ce1c76b3806439277c11b48ef67c 0.00 MB 1 0
52,470 52,470 0000000014f3868207fa9c73ef7e27feec2411d3416c0350bb1b223b6fd3e58d 0.00 MB 1 0
52,469 52,469 0000000013baa8937489d3a2b42350d293d9d522755c5dae18aa6c2877adc92f 0.00 MB 1 0
52,468 52,468 0000000006fdddff2473ee7cfaced0ea65e22478ca994393024ddd46d4e183b4 0.00 MB 1 0
52,467 52,467 00000000024abeafbd4e67476647f0462347085938d4bcb87b492114049ec0e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.