Loading Tool

Explorer IconExplorer

Memory Pool

80,229 transactions
29.83 vMB
0.12332546 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt d3a30b5493e4663493cc983caba3e4f211856061c7affef7d1132b05f3ffc9d5
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root 4146b8b40bf2296cfd976e7f366700e714c109f185e086f67ba2ce1b1a392c0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.05735836 BTC
Feerates: 313.32 > 5.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (815,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
99,324 99,324 00000000000276fc6f1479da6646a4a963ba7633b54e724a28b359a393ec3b45 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.10 GB
    • Received: 15.82 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.