Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,477 transactions (2.52 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,252 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,251 (849,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,427 59,427 000000000179f75d8a50d9f487de0ec51b0b367b2f8dbe9a7f462626ca2537f6 0.00 MB 1 0
59,426 59,426 00000000053c5189b55f6841ebbcdb5af4a085bcb4141b42f9e0bfc590f782ca 0.00 MB 1 0
59,425 59,425 00000000048e8ba0e3a68ba5a420c3244ba6c47901c734c01fd67430256d052f 0.00 MB 1 0
59,424 59,424 000000000be31116af4b3f7db938359e86ca9197101f83627ce12fec11eb63ef 0.00 MB 1 0
59,423 59,423 00000000008b4156b1f83c95ed79b3b038d83a473279ff866568913544a1b7ba 0.00 MB 1 0
59,422 59,422 000000000da652c6170dc3afef2b2af2f07dc1b4d6bb095541d4d6a5e2ae6ee1 0.00 MB 1 0
59,421 59,421 000000000557777b137624f372e2049a3edd8c27988c18920e9b8f5d0d590c0d 0.00 MB 2 0
59,420 59,420 000000000b39e55f908a88896b936dc0c4286982b49c15e08f187d5a0de04538 0.00 MB 1 0
59,419 59,419 0000000003dbf3ce6b7f1c7134a596366871998ece6418e784218dab12247129 0.00 MB 1 0
59,418 59,418 00000000041350b7ff47e85fda33db2b5f9a78df914c98c827b431da847a1196 0.00 MB 1 0
59,417 59,417 0000000001e5be5f8b8a132c008fedfbff077849e614f669e078496c9cad4545 0.00 MB 1 0
59,416 59,416 000000000523692d900c87311e196d239ca904c56f96e2189efdd4627a972090 0.00 MB 1 0
59,415 59,415 0000000003d88992124fe5f9e0e9f4fbc7da161d749bd6112a8222206135d295 0.00 MB 1 0
59,414 59,414 0000000009010e31c0c23a56d090ae0443245177d7a5df7845a8b0efb879db54 0.00 MB 1 0
59,413 59,413 000000000924bc33fe05ba60f96f86d145ee471103c5467e78201518fc2f262a 0.00 MB 1 0
59,412 59,412 000000000947771bee6a5d15c3db819c6dcbdf037a8aa248d96d3e0d3bf0d366 0.00 MB 1 0
59,411 59,411 000000000f2ee72be9c0413dc4ebf65db7d43b06005a93cb47fc5c9f8996e6dc 0.00 MB 1 0
59,410 59,410 0000000002b26d5ea22c839006771621124eb72bfbe6e796c04f855cb9033a80 0.00 MB 1 0
59,409 59,409 000000000b38dcf65ce12016cf0f20a8c21c422227725638f16c62035b1bf796 0.00 MB 1 0
59,408 59,408 000000000563948c67c67e51e028f4ef2a39cc235aed759748e8eef56e59de4f 0.00 MB 1 0
59,407 59,407 0000000004458b3fc2ea761c5373dae4736e023be15b2aac9ca5ad756781af89 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,031.70 GB sent, 108.00 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.