Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,289 transactions (2.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,634 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,531 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,633 (886,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,457 24,457 00000000bf12c578a7d212492dddf5fe855355bb65d194d20d8736c8ee573507 0.00 MB 1 0
24,456 24,456 000000000043da641f2d4167379b5445eb8f951f111688e9733165d9bf379d4d 0.00 MB 1 0
24,455 24,455 000000002d61383943c7b037c197d1079aef2dc78ddd58f4ed92dff1a8b560e4 0.00 MB 1 0
24,454 24,454 00000000fb433f886f794d31ec3df44bd160601656eeb75be0e72ba4288f5620 0.00 MB 1 0
24,453 24,453 00000000984826f9370d25ffd02d48d75b56fba2acb695f949eb2e1ded592bd2 0.00 MB 1 0
24,452 24,452 000000000e936e4e042a19ded2577449ccf7dd55bec388e4fa11367de1d0766c 0.00 MB 1 0
24,451 24,451 0000000066e37820758c1d8292325d841ca681b11d48f4a08fc40af5fb515163 0.00 MB 1 0
24,450 24,450 000000005e84e90cf3b160b708762a4bf43b576b54f0ce44ab919508fe6551de 0.00 MB 1 0
24,449 24,449 000000000ce13b1ad4f54ef72eb3ecd1fd28cc5540487ae40c846da96481e815 0.00 MB 1 0
24,448 24,448 00000000de41c0fbf62b0b1217b2afffe3a3d378f6fd5dc6e9d60a86e95d7905 0.00 MB 1 0
24,447 24,447 0000000069d2d246f048c99c418f2575939f1e1c608720d3ae3f095fd1784b41 0.00 MB 1 0
24,446 24,446 000000005e26bdcc6d653edcfea34524bdbf225e105c1685c9313c9b943610c1 0.00 MB 1 0
24,445 24,445 00000000cb5ebf5adbf709f69594af700f8655bc64d5bea946de5cbe52360bea 0.00 MB 1 0
24,444 24,444 00000000374bf15fb8da33f9e7c4b30d1ab168382137e62ad11afd85716df784 0.00 MB 1 0
24,443 24,443 000000004122f623367dc13cdf7f216cb97b606156b9cf0ca00222e728d812b2 0.00 MB 1 0
24,442 24,442 0000000035cc24fbac3890a94f27fb46345a6025696da4d5ef79458fbecaa4ee 0.00 MB 1 0
24,441 24,441 00000000e6cf6df0f8470ac0031b1fbc9eb9982814151b16fa858a4e2d0100f0 0.00 MB 1 0
24,440 24,440 0000000057dcdfdf6b0bcb313f21704ca916d729778be6ae4df71fdc5260d79c 0.00 MB 1 0
24,439 24,439 000000001da7d0fd22ee06bb18b547b8210c5fc8b4e50a706e60813c09eb33ea 0.00 MB 1 0
24,438 24,438 00000000a53119b5709d519592d02d72b1c23eeea12707362aae4d992b0c6fc3 0.00 MB 1 0
24,437 24,437 00000000167988fcb28d085dd6b3017c19e1d245ed6b1d3f16f69e9b52215ad5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 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,269.31 GB sent, 121.32 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.