Loading Tool

Explorer IconExplorer

Memory Pool

75,395 transactions
29.92 vMB
0.11094944 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt 3872e6fef4cf319778ad901dd4ac7aa06084c822e74cbb3063af14848e8a2203
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root b21ddafca0b23dda29168be2ff68670763d9c2bba50d78e2a2a0300ef78c9ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.03907774 BTC
Feerates: 101.64 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (815,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
99,324 99,324 00000000000276fc6f1479da6646a4a963ba7633b54e724a28b359a393ec3b45 1 0.00/1.00 vMB 0
99,323 99,323 000000000002d3a6195536a3eb87706824a561264aeb960339e7ae9a183925cf 2 0.00/1.00 vMB 0
99,322 99,322 000000000000ae821f7fe8df7fa7eafcadbbb2a0f62b15b0c7b5c53752026e2a 7 0.00/1.00 vMB 0
99,321 99,321 000000000003b4a13522f94e89f4dacd6f19272885302ad36530c881a014c753 8 0.00/1.00 vMB 0
99,320 99,320 00000000000449fa90fc38bac48daee7a2f754e5fa514db15e679bd3e00a2bf9 1 0.00/1.00 vMB 0
99,319 99,319 0000000000023b62b5358d605da7ba1208b71500ebaf8c15dfaa81f3fa3af6c9 3 0.00/1.00 vMB 0
99,318 99,318 0000000000023a9a69b71fb2c02b5ea3ff226d672c87558104708f89bfe5a4c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.