Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,794 transactions (1.17 vMB)

Priority:

  • 1 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
911,508 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,507 (19,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,287 892,287 0000000000000000000133ba364035373e1569d5320ff546ace80b70d8f18e8e 1.72 MB 4,643 1
892,286 892,286 000000000000000000020989614c42589117e28c43f311c00cd6fee13536dddf 1.60 MB 3,272 4
892,285 892,285 00000000000000000001fa33b3054f756a637bf96fdeaf7091354b5e1101bfe9 1.69 MB 3,480 3
892,284 892,284 000000000000000000013f86df54d3b10f442089c39cb58487a722c54bf353cf 1.85 MB 3,556 1
892,283 892,283 00000000000000000000515391eaac9abf433954f8882a982fe1d6c6a601135a 1.83 MB 4,792 1
892,282 892,282 0000000000000000000167451e94135ddef0932a10c6e02bb62b750495e05290 1.83 MB 2,635 2
892,281 892,281 00000000000000000000768516b2122634cb9e5a039e9fc190c5015ab328d8cf 0.36 MB 977 1
892,280 892,280 000000000000000000001f13304905e8636d067ad72d22c9376a187c1d13fa28 1.23 MB 2,996 2
892,279 892,279 00000000000000000001a6878d5d21d40f53e4a331635658ee832f0194da761b 3.99 MB 2 2
892,278 892,278 00000000000000000000ea686cc6c2fd29f1527633cedbc6a364a97594900e4a 1.76 MB 3,997 1
892,277 892,277 0000000000000000000215de27936850c4c3ef63b1d6d63d177ea16937e26346 1.25 MB 2,477 1
892,276 892,276 000000000000000000023dcdb671942051d622f2a2ae2970a3bf636cf89d4f17 0.97 MB 1,552 1
892,275 892,275 000000000000000000009591b075d21f1d15131c46a374285a4c98513b7f93dd 1.67 MB 3,052 2
892,274 892,274 00000000000000000000de71c512d699a8a52861f637a885bb2cb15b24ce0acc 1.25 MB 3,470 2
892,273 892,273 000000000000000000010e981b273f6efc6822cb9a21033e76842f21db816a13 0.76 MB 1,918 2
892,272 892,272 00000000000000000001a85bd8b62e79d188e17a94f243dd9d140545b50da86c 0.78 MB 2,048 1
892,271 892,271 00000000000000000001d5e5b442aa2967536bdb8f7ff6b6d3cdd4db73e377bd 1.72 MB 2,789 1
892,270 892,270 000000000000000000007737b5e7b68c717e7e57375fe535160b990f75fc696a 1.57 MB 2,672 1
892,269 892,269 00000000000000000000432cef281789ff288fe494c6a9f9b844bc57f9babfc2 1.58 MB 3,648 4
892,268 892,268 000000000000000000003b92837da92d263940ed97d74ab300b9a558c92fe816 1.64 MB 3,721 2
892,267 892,267 00000000000000000001bf66680fbf1674e6ee6b179fe874879675c67d476ec2 1.64 MB 3,586 4
Previous 10 blocks ↓
Total Size: 776.18 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,412.53 GB sent, 129.62 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.