Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,189 transactions (0.99 vMB)

Priority:

  • 1 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
911,721 000000000000000000022b910000000000000000000000000000000000000000 0.98 vMB 2,189 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,720 (838,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,143 73,143 0000000000b9a239fb9bc772fbfa1bbd6338a107d02c18ef4eaa9041b4ce916f 0.00 MB 4 0
73,142 73,142 00000000009a1ecff5912b3b5146b2ff704d5e552c2696385c4182e56100f943 0.00 MB 3 0
73,141 73,141 00000000009a436e8dae32ae01010a992c5e98294999b7a516dfb92dd770cefc 0.00 MB 1 0
73,140 73,140 0000000000a81b1d063224976add59f298a92aff98b501625b45541213636365 0.00 MB 2 0
73,139 73,139 00000000008022c208a664bce6410df699098c615c21eeab954673f4a06e0149 0.00 MB 1 0
73,138 73,138 00000000007bb7c28eb06d90ec35af7d401146624b5fe4ee6537769d98b0f9d5 0.00 MB 1 0
73,137 73,137 00000000006dc64af17a3d8170735a6a1bc866fce715126771ba58a5020fe618 0.00 MB 1 0
73,136 73,136 00000000007d6d44657372270867bc8383773187229b211b944e2450aeafee57 0.00 MB 1 0
73,135 73,135 0000000000131f65584f45154a179a9cfa38993cfb044395de83357f60a57eed 0.00 MB 1 0
73,134 73,134 0000000000414d3ad5a9b5383fa79bbc6f1541db760591914755d52b6910db14 0.00 MB 1 0
73,133 73,133 0000000000b4dd35653b166178c28b8b86932f7c5ab1607f682a2586fb419dad 0.00 MB 7 0
73,132 73,132 0000000000486dc06d128f8ee40755084cb90eb34c0ec47888afe61546855fa9 0.00 MB 2 0
73,131 73,131 00000000000aa6b1b6498bac29e63c49875ee5ae2e06e6b15b49901e1ba819c3 0.00 MB 1 0
73,130 73,130 00000000003b4032951d0b06580ea073204d805f8642d8d879d4ba7e26c652c9 0.00 MB 2 0
73,129 73,129 000000000047a39f1d010dffb472da090a2acbf190d7d9189f0a4c393042f778 0.00 MB 4 0
73,128 73,128 00000000004873a0fbe4146ee2f34f633caff0a1f3e4f071b911d219b7ad151d 0.00 MB 3 0
73,127 73,127 000000000004c2e5c434445c413a10588efac38d1d4ecc2ba7ceda1b6c37f616 0.00 MB 1 0
73,126 73,126 00000000007964aecbc8b2e6334498cb23e387cf854cdd26f792eba10188cdcd 0.00 MB 1 0
73,125 73,125 00000000003c2e01524a17b4a5205c2fc289a8caa7c2e1609765e5a865f88964 0.00 MB 1 0
73,124 73,124 0000000000572f612c130e9cdbff67e08a5447f340b52e1d4776fad1ebec4381 0.00 MB 2 0
73,123 73,123 0000000000581729ed2902d755b261ee514ac2d6b2f2d02a3b3d36ffd3347917 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.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,426.56 GB sent, 131.46 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.