Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,595 transactions (1.04 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,580 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (21,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,533 889,533 000000000000000000000e647bbbf733e09c731a835cadd21fa0ec937e6410a1 1.57 MB 4,045 15
889,532 889,532 000000000000000000005933fcc2700dc22e7793bde4e6d9766f75bd317df1a1 1.61 MB 4,040 17
889,531 889,531 00000000000000000000c108afd9e3da19180d1be96b9f8e22151082798eb880 1.64 MB 2,615 3
889,530 889,530 000000000000000000016efdeff59042e283b96a04f57e701895a8d012c9be83 1.57 MB 3,208 8
889,529 889,529 00000000000000000001fb60203603d7dfafb1ef3f49e3b26df78ba7bccbb608 1.62 MB 3,488 9
889,528 889,528 000000000000000000004ba2d7907b53d87bb665d98862080266dba8bebf9366 1.49 MB 2,867 5
889,527 889,527 0000000000000000000068a5a96a5c21ff110c882409135951f250b3b876afdb 1.54 MB 4,024 19
889,526 889,526 00000000000000000002702e211d332cba98934aea876617159cb2db87d3a5f2 1.78 MB 3,521 2
889,525 889,525 0000000000000000000185f300025d57e888f91cb5eb1bddd0db77a4c1a01b71 1.92 MB 5,579 1
889,524 889,524 00000000000000000000b0646b3cfc1938a9421917ebd829c0c371567fdc608c 1.76 MB 4,785 2
889,523 889,523 000000000000000000004fe1f00a99bdfda5d8efb6c9e2f63676ef3221d30fcb 1.35 MB 1,650 3
889,522 889,522 000000000000000000025febcfb74a80ce6d32d365af3ff6aaf6bd019e6b3c1f 1.66 MB 3,903 4
889,521 889,521 000000000000000000009d7b9613deb8587d94cbb67f992f374ed97051b52d5a 1.64 MB 3,831 13
889,520 889,520 000000000000000000015501a52c2bccb82cf072fefa79982a7636fab5a85974 1.48 MB 3,012 4
889,519 889,519 00000000000000000001f5cb5e17108c31b57e0253cc00e5e752ef62776e041a 1.61 MB 3,182 7
889,518 889,518 0000000000000000000148ab69b85ac3e296497a2895b6c12fa030d8219f663b 1.28 MB 1,493 4
889,517 889,517 00000000000000000000225b1304e10b6d1ac5fb2ad56edd53830921c921b79c 1.56 MB 2,603 3
889,516 889,516 00000000000000000000b7674e9e8ea9fc63976f0c625697337a4d7a791e13f1 1.36 MB 2,787 8
889,515 889,515 00000000000000000001965b5b6e83096c957309993923e03760596b65a4cc13 1.57 MB 4,201 13
889,514 889,514 00000000000000000001cf3ad30c0beced382c14b74fc5bf5f4fcd4841605299 1.38 MB 1,722 3
889,513 889,513 00000000000000000000545fd4fab76fc7c0d4833170816c18ae3482796fdb13 1.74 MB 3,165 7
Previous 10 blocks ↓
Total Size: 775.88 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: 2,400.94 GB sent, 128.24 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.