Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,977 transactions (1.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,227 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (827,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,533 82,533 000000000035776ed37fc43a7769eba8f987fdb6c029957066d31a3cedd13c72 0.00 MB 1 0
82,532 82,532 0000000000456ab5b39e936381ae206dcf0bf2f5fd7217b5831a787795d6d220 0.00 MB 1 0
82,531 82,531 00000000002b1c2725a3e2902066d0e0b7a8bc74910bace84ba8a19b62513521 0.00 MB 2 0
82,530 82,530 00000000000ee8b6754a9b95851fad2f232e9f8684c783e25f509c9ede492d7f 0.00 MB 1 0
82,529 82,529 00000000000d4a563cbdcc5f181d2fcc7588ba7dc6ca8cc05286d49f973ec112 0.00 MB 2 0
82,528 82,528 00000000004345e1f4aaf334a1f5ce2086e9402757e05f63f46fd5a763bf3e2c 0.00 MB 2 0
82,527 82,527 00000000003b3a30ddacf8ab4db2c69e55ec3724ce8d0412153e561b6c24a20b 0.00 MB 1 0
82,526 82,526 000000000024256a794e1433e9099b0be02cc96da64929959820b8226cc4610b 0.00 MB 2 0
82,525 82,525 0000000000044696b2b7089080e4cf80dca961a5c0ae603c7d6c32492414584f 0.00 MB 1 0
82,524 82,524 00000000003a2c777054f909cacee44c99f690e09f7f3ae2dbb05316331bede2 0.00 MB 4 0
82,523 82,523 00000000003f800bdf33ac014380e5e341edc6e9b3b77e95f1929f30036f04ba 0.00 MB 1 0
82,522 82,522 000000000005eacc383140de832b7e1fab9590685c6abb88af9f0b433c220be1 0.00 MB 1 0
82,521 82,521 00000000001ae8ea831048a0de62f96427760fed5ea2676134db656f904fdd3e 0.00 MB 1 0
82,520 82,520 0000000000304a880cb8397415bef0478b2f5845c7aa0cddd8527ba4c94031ce 0.00 MB 2 0
82,519 82,519 000000000008627cee16eb90cefeba2d6e763cbe4f94ce100f5f42c4322461ea 0.00 MB 1 0
82,518 82,518 00000000000bbcb4feff2a0ed09fc83ca31b57d6bf8068cbc249faad39b57d52 0.00 MB 1 0
82,517 82,517 0000000000264dc33a49eff194fbf3adbb0b234080d8d6eb0093d68ecd91ff4a 0.00 MB 1 0
82,516 82,516 0000000000080822b37032fb6a08a84939865ab2dc647ae2e3753d30ce729510 0.00 MB 2 0
82,515 82,515 0000000000190e4c7dbdb2fc9b2cd62f129bf095fcf473cdfc60cca5277d905f 0.00 MB 1 0
82,514 82,514 00000000002de4f45b5b4aa1be0946a9e901fb61e42db24bb63e1bdfd975267c 0.00 MB 1 0
82,513 82,513 000000000016eb2b44f55f2b437b9ae5973aecf315b2b58da7c48f71ee76344b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.56 GB sent, 114.54 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.