Memory Pool Memory Pool Refreshing

3,711 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (787,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,373 120,373 000000000000611307a372a54bd103580ee8c8153a303d10b00e68d4b2d4a305 0.01 MB 28 364
120,372 120,372 000000000000365eb5bbbc84c0167b01f46ef28846929f2708f63ea53873d41a 0.01 MB 24 0
120,371 120,371 00000000000062816cb36298def5b041fe885ba97d311d2ed9cb53adba6d4b15 0.01 MB 13 1,458
120,370 120,370 00000000000009388c79227b328623076b2e74a8305d624c612d46e8cd143ee9 0.02 MB 68 140
120,369 120,369 000000000000925914d732d51842b6357982a460dc4f0d94dad199ed8bd53f67 0.00 MB 11 0
120,368 120,368 000000000000872477b66030c2e0e191c7690398eff122c3b1d8a1a9c51d3806 0.01 MB 52 69
120,367 120,367 000000000000aa14f84d285f3585c15920613e8647b675d4b6316e07f6462c3c 0.00 MB 12 925
120,366 120,366 000000000000ac1fc8f5963b157454056576315b6edd6e8fd1962a18969993fc 0.01 MB 16 335
120,365 120,365 0000000000005ad1ac2fbee8dd4617d0ca2f8cb555f0c62a0d865b0fb01e184a 0.00 MB 13 616
120,364 120,364 000000000000870c0a81c7ab152c2c86e628069a85f06bfaf0b1773e01932101 0.00 MB 15 968
120,363 120,363 00000000000021a017c7a52f693d84d17dd60754721c236f2b5b455706ea7623 0.01 MB 23 289
120,362 120,362 0000000000005d35d9a035c1ca7396600bd5e46a31f7226a0fddef8c98320f6f 0.01 MB 29 235
120,361 120,361 0000000000000914a5fc25db3742494cc22b0aceee90ac5d3dd36791d9496aec 0.00 MB 11 324
120,360 120,360 0000000000001fbf9c3387b593915066cbf7f0ccdcf0166b95205f9ad247aab5 0.00 MB 6 1,236
120,359 120,359 000000000000221e108fa3fcab4575b4ddfc7418fc1c361b9fc020d6b3a851ee 0.01 MB 26 344
120,358 120,358 0000000000009e0c9e92dcf13f2711dad81d220d786b9b91418852e731870137 0.02 MB 15 1,111
120,357 120,357 00000000000061b5785799797e3254eb57a4c67d112a769ce183a0e609d68d2d 0.00 MB 7 0
120,356 120,356 0000000000008920ca6e5446a103a375ee1140b6bd3e70f328939c3882b2c0e9 0.00 MB 11 0
120,355 120,355 00000000000016996dc426efafad4f172d9d9d874aa2a4bbbb1b5a42cf8a5ada 0.00 MB 7 0
120,354 120,354 00000000000031ca125a8c3128efbfa4520fc475fa2378d2c3d3dd9a42895706 0.00 MB 3 3,868
120,353 120,353 0000000000001caffa008f8e0c0624971bbe30843123b93453d38ed7d89369fa 0.00 MB 10 299
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.