Loading Tool

Explorer IconExplorer

Memory Pool

77,660 transactions
28.84 vMB
0.07263193 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt b2137fcbfcacf71873ac87a658a2e181c274e9799c59b91ff8bccf4696e3a743
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 9e459c1ed4687eef7d2594097a945bc650647b1cd2597ffd75f33924939981b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,881
Size: 1.00 vMB
Total Fees: 0.01267184 BTC
Feerates: 299.43 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (815,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,345 99,345 0000000000002dadde00fcfd0363c6be2a7fedaba9240d2b67f18284bbdafd83 2 0.00/1.00 vMB 0
99,344 99,344 00000000000251794dade6b9ba4a1c56b1e6337e5a9d6ac4573dec91484272f0 1 0.00/1.00 vMB 0
99,343 99,343 00000000000223a28b7ba9408489adcb463d27ba2fdd1eb5fed3a9ee9c012694 2 0.00/1.00 vMB 0
99,342 99,342 00000000000134da242f47a5ba793e0e15359c30b6f5fb37649d9f8648e33d70 4 0.01/1.00 vMB 0
99,341 99,341 0000000000040795899204c5f26051e0e35a54d73e3ee65077fb072849594959 2 0.00/1.00 vMB 0
99,340 99,340 00000000000146d205cc6d17a4c444fa0d92dc3d55ac93b9a53dc24701911d66 1 0.00/1.00 vMB 0
99,339 99,339 0000000000000d4c6fe84c1c482112ac310033a5b69814d7c82ba1ac213b7ad1 1 0.00/1.00 vMB 0
99,338 99,338 00000000000021dac18e6728aaa9969f379f88f23578e8ed1459644b6b4eb2df 3 0.00/1.00 vMB 0
99,337 99,337 00000000000071c99dacd0becee5f047d5c3469ffe71de0f3b139eb75254fa3c 1 0.00/1.00 vMB 0
99,336 99,336 00000000000019d2c666f836bed589684af745b537c92d383c56cde14b0500d8 1 0.00/1.00 vMB 0
99,335 99,335 00000000000072c78735f9aeee1942d4619edd7b60ebbcb69bd19aaafbeb58f5 12 0.00/1.00 vMB 0
99,334 99,334 000000000002858a7ee2991ac68a8a08fc360ad40e45be7977bde4beff5fd332 12 0.00/1.00 vMB 0
99,333 99,333 000000000000833618241b8a8516fd2dab704cda9881de3889e5105f39751634 2 0.00/1.00 vMB 0
99,332 99,332 0000000000029a908ff6ef14ee65a3aa07516e6f5a1dd34be8e45e300fde8a5d 1 0.00/1.00 vMB 0
99,331 99,331 000000000002f4b9cd5b708ba11c49bda749a9092279776174726fb449eb922a 2 0.00/1.00 vMB 0
99,330 99,330 000000000001d9c325e9604b78bd6d24bde715199a57793ac224990e010f3e0b 4 0.00/1.00 vMB 0
99,329 99,329 000000000001b9578e50dfca631461d57be2b5e1f38dc3cefb0218d0d0b6f6d8 3 0.00/1.00 vMB 0
99,328 99,328 000000000001bfef085e3f9238ffb43f74504f7b93da5349b648812985cad8a6 3 0.00/1.00 vMB 0
99,327 99,327 000000000003b02a6c1d12a3e2d1c8b1e3332b28b57b07545fe446098b89d721 1 0.00/1.00 vMB 0
99,326 99,326 000000000000476b55786541444f7e9abbbe7c351976378e8606b20fb01a5103 5 0.00/1.00 vMB 0
99,325 99,325 000000000004448fff6d41630b21232b818c202d52d690451c376025bdb7f525 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.88 GB
    • Received: 15.78 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.