Memory Pool Memory Pool Refreshing

9,428 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (803,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,501 104,501 0000000000027da6cb3ecdfbad2300b4f5eafe1d15511941f2dc765d72dd5c13 0.00 MB 6 0
104,500 104,500 0000000000035c81effe425e21dd20e7e72763bf453774634463c4a97f56f090 0.00 MB 8 0
104,499 104,499 0000000000035f213582828d1f83d6488f829ac9622170819f95ab56258e873d 0.00 MB 1 0
104,498 104,498 0000000000036d375907f55fdcfcb90e89f0ed30d1a5186d5e1971ae7e7df8c6 0.00 MB 5 0
104,497 104,497 00000000000203f25a39934f0c7f9667ff6c14f1c680034fa885759ab9255545 0.00 MB 2 0
104,496 104,496 00000000000323ef435c3f3f32618d0f1271194654b6a405f45df9698f7dae2b 0.00 MB 1 0
104,495 104,495 0000000000027fcdd7fb4a7b99f038b2b0fdcd437a02d97e1ae181278ab4f27c 0.00 MB 2 0
104,494 104,494 000000000000c9ec8f09c057fb89dc39e01e58c87abdec56cb72cc1efb72498f 0.00 MB 2 0
104,493 104,493 000000000001f7e56da06d647988d400abf4994cf9efd204cfb8e8b08fb36f94 0.00 MB 3 0
104,492 104,492 0000000000003e9bfbd958071c12ac0b6dc7c13858506bfa751e55b5a8f409be 0.00 MB 1 0
104,491 104,491 000000000001ee1c3c9f6776b8d11216942f1039a0051c18aa3abde912654b4f 0.00 MB 2 0
104,490 104,490 000000000002a51a729b71aa702063f2d7e33a7bf424f1f5f427c9b95affaf5d 0.00 MB 1 0
104,489 104,489 00000000000211bb0a6db4e4e44a6d67b50de940f253c70f95e63d89ed4153d6 0.00 MB 1 0
104,488 104,488 0000000000015a0f94e97eca9c946740456dffc9738bf39692699f88e0242239 0.00 MB 3 0
104,487 104,487 00000000000136820605208baf34b8fb58e52a770d76b38a0a929cc61b61c9c3 0.00 MB 2 0
104,486 104,486 000000000002f2f2daaecc54227299779ba9ec0f5cef6a621bb10b1ffc071e13 0.00 MB 2 0
104,485 104,485 000000000001b2507c5d08024ea5202bbb7a0b20ec154b3cabd785ff321a6469 0.00 MB 1 0
104,484 104,484 0000000000018a66d19a7d17dad0246f5cdce705a4517539ccc0138c4dbbe600 0.00 MB 5 0
104,483 104,483 000000000001665308ce0f38363c77aa30d11bf1737de2a727441f51da7762a6 0.00 MB 1 0
104,482 104,482 000000000001f3b585aa7c0ed7dc770c4d3fb2051f87cb1c92b33356e94ac932 0.00 MB 2 0
104,481 104,481 00000000000266a5f04b6bf8d6244b398c95c3089ec03135c4259369d2bc1e4e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.