Memory Pool Memory Pool Refreshing

8,789 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,171 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (895,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,474 13,474 000000008fe79b5cd112e626de087165e5026e74416e9bb70136af155f107ee7 0.00 MB 1 0
13,473 13,473 00000000272b91186eb334f75d0ca3a1455486fb9a69fc81ab2b46c3d93ac922 0.00 MB 1 0
13,472 13,472 0000000020c3aaaf54b6a735dc91484e929eacc17671f3f34ceeb9edbb0190a1 0.00 MB 1 0
13,471 13,471 00000000b5e2b00ef2f3003cbf7ec840c5b0bdfa1db21eff7dbda8baba62971c 0.00 MB 1 0
13,470 13,470 00000000bd02d94dd21c9799dabf0244b1028eedc95b79595e0609563b06c2e9 0.00 MB 1 0
13,469 13,469 00000000d412671a12742754537a777762f91774b9f70db21c814269c76a2419 0.00 MB 1 0
13,468 13,468 000000000c922f9355e4a33e09ed1979689a7fd2f659763c44044b3486245b21 0.00 MB 1 0
13,467 13,467 00000000f912ffba68ef4ac262bf92b9b81d221d4467b071fdeb976647b23f77 0.00 MB 1 0
13,466 13,466 00000000712291d933939302c368001ffc98dd41abc6722a3dfdc9fa70b1dd25 0.00 MB 1 0
13,465 13,465 00000000c4a8a2e0bcd7282bbeb05085e1bff4224d4962859183f48d60452141 0.00 MB 1 0
13,464 13,464 000000003965ab8dbd40392439cff1fd9b869eedff73834d8fd874bc84082424 0.00 MB 1 0
13,463 13,463 00000000639a4f6ce49a9cf4246ac90e1a279b7eeb702f51e3368e0965bb48e3 0.00 MB 1 0
13,462 13,462 000000004f8d7b05b6263f1eab351b245ef1a0dbb008857cd31cdd2055cc1cb7 0.00 MB 1 0
13,461 13,461 00000000a1f30c8fc3bd8bd2db8d766ba3d3cba9a9c14138a05f023a7e58bde7 0.00 MB 1 0
13,460 13,460 0000000022181eabe28957d1cf8f771f2d06e3b4e42e05077b3fe2bed2207c9e 0.00 MB 1 0
13,459 13,459 00000000c04b1ce4f070204aca09f9ea723aabcdeba385083a916a6c58c15458 0.00 MB 1 0
13,458 13,458 00000000df23c0b5e03829ccd1e14d076ece4a6fa42e1bb04c2be7ac90445765 0.00 MB 1 0
13,457 13,457 000000006c7d416070dad5bac7e0589efa8b664521908ddd1366e7dbed256a5e 0.00 MB 1 0
13,456 13,456 0000000095d14af6a6777d153c629e694b6b969d6198257989b12bb4a2f07ac5 0.00 MB 1 0
13,455 13,455 000000006c876dcb3378093822e9a09ca112f64a9d60b668fb0853c2a12a5716 0.00 MB 1 0
13,454 13,454 00000000796fb831ddb171f7a5bc27dc91b6aeb47992674e1e4f436851776a9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.99 GB sent, 100.59 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.