Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,019 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,204 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,203 (827,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,794 82,794 000000000023455772bcda6d5ae591f71377cc5a9a7fe2c2e0a275c0eda499e6 0.00 MB 1 0
82,793 82,793 00000000000348dd3962c10e5e1cf588816c89bccdc30d4bfb8cfa925ed140aa 0.00 MB 1 0
82,792 82,792 00000000000d822530b1f3d6b3c70a5d515d673361c99cb5805b0385a27bfeb9 0.00 MB 4 0
82,791 82,791 00000000000aa792173505c4f741a3467b63b9c677bc290ae3560aad18db963b 0.00 MB 1 0
82,790 82,790 0000000000095f71be526f18b82ff765f0538c911315f75d89d6a91de4d3407d 0.00 MB 1 0
82,789 82,789 00000000002bd6b1a359e8c078f482edceb38be91ce42e52997f39915d1edaad 0.00 MB 1 0
82,788 82,788 00000000001724d840683cc1d845c060120a14c9668ad8152a0b4eba3fe5e11b 0.00 MB 5 0
82,787 82,787 000000000002afa008d8493db8cb79743a5c6c672df763582a3d0e1013619226 0.00 MB 1 0
82,786 82,786 0000000000261761a13c1bcca4238a548d97a4f1ae1eeb4d234eafc0a9b67445 0.00 MB 2 0
82,785 82,785 00000000000a23437f0978593d6df3ef48cf382e119cffa2cee9b810b4734b28 0.00 MB 1 0
82,784 82,784 000000000011cf2601bf5dc63dc103563b6e5d4306effd3a3b8e093b8e1ec016 0.00 MB 6 0
82,783 82,783 00000000002a173f1892fbf63d9d7e54f416e49398d656bc8b78514ba3f027d7 0.00 MB 5 0
82,782 82,782 000000000021bdd217fcdefdfdf1cc355dbb9109240f81de9519b72a8418424d 0.00 MB 1 0
82,781 82,781 0000000000082ea74396f3387b454dc6e0eec60228fd366c927ad8304d4a5b39 0.00 MB 7 0
82,780 82,780 0000000000050a3f3b7877ee019f4ef972805fa75fd94c09a192dea7e9fc3392 0.00 MB 6 0
82,779 82,779 00000000002b735d5be2a735f471d37905718d6d69744ea9c758c5e6c1861751 0.00 MB 3 0
82,778 82,778 000000000007dd88ec086c1ce1477ce15e37e9eb865467047e895b2dfe7f50fe 0.00 MB 1 0
82,777 82,777 0000000000164e9786211b3c983d503a74bb6e7648fc3d217d2ba03a37055546 0.00 MB 2 0
82,776 82,776 0000000000260307c8c951ba38aa9d46dd82d8c3182a72bd2cbbb37dfa4da041 0.00 MB 1 0
82,775 82,775 0000000000150a90e11786d9b8f117e41799602a4854ce18f763a153fbbc2f4a 0.00 MB 3 0
82,774 82,774 00000000000eaabb76d19885452af88e49522fca84b6b2504ca549c881c634bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.86 GB sent, 117.43 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.