Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

483 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,748 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,747 (897,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,511 12,511 000000008dd06757c453f5587df3c98407cae22483652b7b8dbfd0d301c897ec 0.00 MB 1 0
12,510 12,510 0000000008a4831fd04b06695ddafdc4e19dcae252491ee25d7509a942d03e27 0.00 MB 1 0
12,509 12,509 00000000b13896e9666489b50ff98c0817697754f571997a33da8813856c9550 0.00 MB 1 0
12,508 12,508 00000000ffb0aaf87b2664c6fe25e112195b0d7836250f7d77493ca1afaead71 0.00 MB 1 0
12,507 12,507 00000000d683a7ec98ed78b063a5de9d0b9b3e951e95baec6fe73ca34215e6c7 0.00 MB 1 0
12,506 12,506 000000003317dee9ba99efe6ae4a63cfe95d5a435ac5d64545abfa59f0c6c793 0.00 MB 1 0
12,505 12,505 00000000902da66b7a3305c34a2ca7786ad030f8ef1a2fe277fa5a731915413f 0.00 MB 1 0
12,504 12,504 00000000cc8dd385ecf53b24b694d3722ebd87bc1327c99bdc09c354aa636d73 0.00 MB 1 0
12,503 12,503 0000000055674f3e5a2e8e1f41387bb2f4355aa1761ea262e289f42e7427253c 0.00 MB 1 0
12,502 12,502 00000000ae9f30b483be2bca50cf916fbb3b566f0a373cd76fc9afb9818b2073 0.00 MB 1 0
12,501 12,501 00000000e82eb2fff1ab11ac39ee85a82a3d74f7e5d9cf975923bc028aad6869 0.00 MB 1 0
12,500 12,500 000000001d3fe4f9d83b8616e09d9a95d52f789fb875ed6e0cb1151c46c9d0c8 0.00 MB 1 0
12,499 12,499 000000006ea643535bbd9364081b8159f16d24658d5e885deebdee6026295de0 0.00 MB 1 0
12,498 12,498 0000000081dac907b31287d6eb396a16adea470923b54e241b208f964e254704 0.00 MB 1 0
12,497 12,497 00000000b252137aea0f88cadf343e12e10fb5a782bc65e4a7e9dcc8805bee57 0.00 MB 1 0
12,496 12,496 0000000087d1d2b443407fe82457cdb52acd45074befc751c1fb5193a146f1f2 0.00 MB 1 0
12,495 12,495 000000004f9951e2ab485daecfc845f6696a7544ea6eda8904414d7d8fb32296 0.00 MB 1 0
12,494 12,494 00000000904a61fc63a7e39cee96398f845cd14b7120a76a78981da60dc112a9 0.00 MB 1 0
12,493 12,493 000000001f305b9fcf1b3d79f550c09f2d64b1b4594c0d428ea29651a1d5715d 0.00 MB 1 0
12,492 12,492 0000000033a7fb48be1d8bad536b54f3f8c94adcd04b0e707204993eaeb15812 0.00 MB 1 0
12,491 12,491 00000000b2cc6094cd42c33c68afe477e01023be2b2cce714d2510bf3caf76b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.94 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,159.03 GB sent, 113.08 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.