Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,762 transactions (0.95 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (4 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,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.94 vMB 2,757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (837,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,831 72,831 0000000000abf703f30ff51d39dcac7fdbfe40f8953ad10fbf1f9b12b8fb9be9 0.00 MB 2 0
72,830 72,830 0000000000b980c81f155cec2a06028370a91c81035496e2a7c57f6fef49a4a5 0.00 MB 1 0
72,829 72,829 00000000009a82fbb9dc6b4522b3f03c736cfd0878958dab0ea818605d022aff 0.00 MB 1 0
72,828 72,828 000000000010f32765411e989678abb836e151876336a8ecae69685188d68340 0.00 MB 2 0
72,827 72,827 00000000008021e28b98ae210764403c84d7ff448d5a59ffe713bb8b1d9bcfbf 0.00 MB 4 0
72,826 72,826 000000000032d6c140352e31242159815a3848f667396d77e4e06b3386f0fc85 0.00 MB 4 0
72,825 72,825 00000000001eb0cdb707137f35ffd1dbf412a5bd358aa8f9ff72803c5610d27d 0.00 MB 3 0
72,824 72,824 00000000003454ccdd2e4679ebef9b6b065951a1c884d8efc222bbc19dcf0e22 0.00 MB 1 0
72,823 72,823 00000000001f7e1c38fa0b1517f97937d5ba7a3d6a190068b0ebd9330940efbf 0.00 MB 1 0
72,822 72,822 00000000004e2849fe78f18e39ed6a82bd7889c20ff4271d00ebb68b577279a3 0.00 MB 1 0
72,821 72,821 00000000007fc5d08361aa249017a6c239c500b459195a9fd3725b36c3bc8401 0.00 MB 2 0
72,820 72,820 00000000006ecba2254d5467dee31658fd34459ae41971787e25d41d3340b6fc 0.00 MB 1 0
72,819 72,819 0000000000784734d5bd090696757d20edd2ee9906fdaac0957efc3432357805 0.00 MB 1 0
72,818 72,818 00000000000923b88e64c400941c715aec5d95835ce43c0cfbe402291573f5e7 0.00 MB 2 0
72,817 72,817 000000000006c6c739fd8e662d8ecb76b9f343e9ee7fee78226b2d40d6e214e8 0.00 MB 1 0
72,816 72,816 00000000007e9dea76513b603a10b094747307caed65d8c44f9c57a9fa6a511e 0.00 MB 1 0
72,815 72,815 00000000008d6c3f867b1a106d294909962c66ff18d7226a10fa30e5262e8d0f 0.00 MB 2 0
72,814 72,814 00000000001bd8a05d3fd7f8663170fdd01d7bdc14d450c89304b100b54795bb 0.00 MB 1 0
72,813 72,813 00000000003cc11a4701efa1940493ca35c885c1d6ada57093a9427afca1ec7c 0.00 MB 2 0
72,812 72,812 000000000077714655fc81096527149d5c5e63bfc3cc4dc136bf2de3f0fc48d4 0.00 MB 1 0
72,811 72,811 000000000088f4225f1f0e3b4629ce2595af37ac2cc178686eca99d4c2fac15e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.03 GB sent, 116.31 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.