Memory Pool Memory Pool Refreshing

6,127 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (903,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,165 5,165 000000006758d578caf2ebb468e61e283078515e1a3814a230cfb9ac7c290b50 0.00 MB 1 0
5,164 5,164 00000000a62347cd09208a6683da1b735df581544384eecfdbcb4a0ba4f13488 0.00 MB 1 0
5,163 5,163 000000003dc1c00b7d364fbdaf620be15e6d6d9f2ef6129e9569075460902f10 0.00 MB 1 0
5,162 5,162 000000008eb7d03e7f61712b56a5b21b258150d4334a488f4ba9aadd3250b780 0.00 MB 1 0
5,161 5,161 000000009de59ca8e81e609f370b879d5b819b19c42460ff5430ce556282f175 0.00 MB 1 0
5,160 5,160 00000000c6e8cbdccf6d51b66c59ac4ebd22959060ce1ec55dcff5843160a492 0.00 MB 1 0
5,159 5,159 0000000001b376dfebd38cd56cf5befa1522eca4ec0b5203d3c9713fadbaaa4c 0.00 MB 1 0
5,158 5,158 0000000019865062c94b143bbcdfa77223bf81045373206ed642db588c31c573 0.00 MB 1 0
5,157 5,157 00000000f1bb9811fec52b698e65498416cfa52d93eb44c351ae8f54538d4f77 0.00 MB 1 0
5,156 5,156 000000006b411f1961e50e71f092217bfac4ec65fc62345db35fc69494db3ad3 0.00 MB 1 0
5,155 5,155 00000000eb09b9d5419d0961c4ed3766e60fe3d98a9b530ae45c393fbebad967 0.00 MB 1 0
5,154 5,154 00000000b4ef896caf07fc332d2a735f12c850b4bd9212fa8267b70d4c1039b9 0.00 MB 1 0
5,153 5,153 00000000484ed3aeb7f32c789d72a730682cfc6a16fb1dfa8fd9cfddd60940dc 0.00 MB 1 0
5,152 5,152 0000000071859718e3c473a5b8dce1feccaca2e18320ec34daa5dd8943c3cca3 0.00 MB 1 0
5,151 5,151 00000000c4988f2fb9916040b2dfc5a1d4b348561f9e15f972fb4529041a91ed 0.00 MB 1 0
5,150 5,150 00000000d359dd3280b18846242abe55db3ec6c60b04d70a0e6461592102bf41 0.00 MB 1 0
5,149 5,149 000000006d0dab5b68864a4efd945d04860b9d7a227ad02ebde903eaacc8d8dc 0.00 MB 1 0
5,148 5,148 000000009713cdd4b0b1e88ba44fdcb0e9baae9ba534cd4d1689121a0d3934e8 0.00 MB 1 0
5,147 5,147 00000000e8bcaa99f456be9f35e6a9ea7d4b4712367871a9158d417e0083c311 0.00 MB 1 0
5,146 5,146 00000000083cf16b38d138788e5dc77616141d29366d1acd23447e72d31bec08 0.00 MB 1 0
5,145 5,145 00000000cc30603558574da11534c8f3c8e2e44f5f96b438dd287f3cc3992a2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.