Loading Tool

Explorer IconExplorer

Memory Pool

22,688 transactions (4.04 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 32.95/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,694 000000000000000000022b910000000000000000000000000000000000000000 1,413 0.00992085 BTC 0.51 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,693 (852,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,424 60,424 00000000048f2f864e93d4a8de09f1c97a9ed1b5fd613c16560acd20d6c88328 0.00 MB 1 0
60,423 60,423 000000000e3b27bb5a26e0ef4e0258c2316d9f7b8bc9ce74d0683fd604b425b3 0.00 MB 1 0
60,422 60,422 000000000cf81ee12ac27fad9dfaacb5717e34f92d720936e4079822eaf1d578 0.00 MB 1 0
60,421 60,421 000000000f13cdd3b143e0b17ad621de14d3853342f9ef484ae7221694a03b26 0.00 MB 1 0
60,420 60,420 00000000089044aa86bc8948d4638cccaeaadf719f5a8a236ed5b9529820e294 0.00 MB 1 0
60,419 60,419 0000000000db9b70ca8085b12f68170b7758d61ae67d44d1f61e0a9ea4cd281c 0.00 MB 1 0
60,418 60,418 000000000488a9b4c2a1230f3a406df35e7a87f57b084221385ec165a6b0e84a 0.00 MB 1 0
60,417 60,417 0000000008a7fd06351ec87bc9b0a4b6ba10ecf0aae7fa3ee46bf631db807728 0.00 MB 2 0
60,416 60,416 000000000682f5966d5c667be83ca98114a8fc8137c269b34128a8406fdf3426 0.00 MB 3 0
60,415 60,415 00000000085b3be562070c1b9c435adcdc6994d75d74e14b1516affff9891a76 0.00 MB 5 0
60,414 60,414 000000000702480751f14ebc6cb9796907c171e7bf2a7f564ac4fa3f36d70ed5 0.00 MB 4 0
60,413 60,413 000000000bc5bea824736ee70e28b5c81a0da0f2740e813bfa6ef0008956c867 0.00 MB 2 0
60,412 60,412 000000000e85bdee816a8ef726e877c28b94dee8aa823133630112b7d14acf41 0.00 MB 2 0
60,411 60,411 00000000032421c038ddbb5bcdc7e31e4a0bd958f6bc0d87cd09643d4e79970d 0.00 MB 5 0
60,410 60,410 000000000c05c506136299b323663616cb834e886e16fe91509d8db922ecc725 0.00 MB 1 0
60,409 60,409 000000000376a2ce3101d582a5a2cfff8d3c89218c655d36e4114e3f01cdeac9 0.00 MB 2 0
60,408 60,408 00000000049ebad33a0da6e39a124864eb0b9fea27d9fd3f16d60f21225b7cbb 0.00 MB 2 0
60,407 60,407 000000000360026258496ffd68c2c70df058bb642457927834a4f1292dfc0900 0.00 MB 2 0
60,406 60,406 000000000b39dadc78866fccd3d6a8cd1c44a155db4ae2853532be8498e55d63 0.00 MB 1 0
60,405 60,405 000000000f0fb8642d448326da15757742ffa408038897c13efa447ec26d4fa0 0.00 MB 1 0
60,404 60,404 00000000040da4904ba3a7801e797d8b1c7938d6955bf5b8b53ed782e492243e 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 778.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 109.29 GB
    • Received: 0.97 GB
  • Uptime:

Notes

  • 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.