Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,703 transactions (1.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,195 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,194 (666,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,256 245,256 00000000000000c223148a3d761e8d907a43df2d1ab9f5189218228971c498a1 0.09 MB 170 99
245,255 245,255 00000000000000b4a7f2edf24d6d4b234ff4e8cf1b85dbd59439d42fb2722c38 0.02 MB 62 198
245,254 245,254 0000000000000047b95b47592f8f1b9cda03ed0c21e3d37fbba7e9e28dd3782b 0.03 MB 53 38
245,253 245,253 000000000000004c4c168bac34ca0abff517473582aefe0624b29e10b57e5265 0.11 MB 271 142
245,252 245,252 000000000000006262a60eb687e384dc94598ed2c720a850c1ee286b70b85173 0.08 MB 151 100
245,251 245,251 00000000000000294b8bd8d8457684200589207122ee438973ccddc3f65077a3 0.13 MB 276 124
245,250 245,250 0000000000000044f87223bc30792028a3ed422ba2d69167786a19731a677b64 0.06 MB 136 137
245,249 245,249 0000000000000040d854c2515d2deaea888a73980e59556f2f8a95570a17cfbb 0.04 MB 74 54
245,248 245,248 00000000000000c1f3402d8502560c7057c1efa1ca4e68b2627ae6dc7452fa68 0.08 MB 189 114
245,247 245,247 000000000000004eeb66343e418b544ff983099b9a30a3ff6db754c47333939e 0.01 MB 20 112
245,246 245,246 00000000000000706f662ceeddb8afa1bd873614a2389d66f74524ea0cd1cbc5 0.02 MB 59 153
245,245 245,245 00000000000000bfc5b52c6d33ab4d6896e96500c0b2ec12f254893763fc259b 0.04 MB 90 126
245,244 245,244 0000000000000020cba418b99352454e24f34573a1bfd646f138a663075bb011 0.10 MB 248 155
245,243 245,243 00000000000000c909a11b75fda86518fd79b208baec5275688447513900d7d3 0.01 MB 24 121
245,242 245,242 00000000000000b7e9b8e37743d2cc57d3a3f9b1c94fe9f1f5ae4b29278aff5a 0.05 MB 66 51
245,241 245,241 00000000000000aa424300ed435f1d92d6a4f9a8266a1705edca6820ae331c4f 0.08 MB 171 463
245,240 245,240 00000000000000104b7ad9b60de4db12628a1a3da2435f614b5ee0834f5517a5 0.19 MB 404 126
245,239 245,239 000000000000006426cafc91c1527febc6d1061f5ab6ba21254763367aec7394 0.06 MB 128 32
245,238 245,238 00000000000000001b0490e228c3f66442fc0b4ac740a3223a90ce71e2cf9026 0.13 MB 264 141
245,237 245,237 00000000000000b337e5e241ebd724a192df00a4a7c80c094b260ecd3dc94270 0.01 MB 27 111
245,236 245,236 0000000000000027d65c3a4009cc401915bfd9909ea394f6d8f7fb6d4b987757 0.04 MB 32 48
Previous 10 blocks ↓
Total Size: 777.44 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,533.67 GB sent, 135.60 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.