Loading Tool

Explorer IconExplorer

Memory Pool

78,049 transactions
30.14 vMB
0.07072871 BTC
Random Selection Loading Transactions
Max Size: 182.79/200 MB

Candidate Block

Mining Attempt b8000f5b09a8a4f0155255ce1f5dff30e4b66d31652f49c3a1a127bcd16c2e69
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root a2830a3db66a1ba624b45512d2a2082d9f38c9a1d7d934efdc3919058603c3ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.00669685 BTC
Feerates: 73.91 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (205,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,361 709,361 00000000000000000003453086c71001b60a78fce194b9adc1d09481a5164088 294 0.16/1.00 vMB 4
709,360 709,360 0000000000000000000605ae24fa4305e40c6fb079938f4c45558a4b7d0b003a 713 1.00/1.00 vMB 2
709,359 709,359 0000000000000000000bf29e98b6bf82a01fc4037a1dd72b55a6254d7cf58d55 2,000 1.00/1.00 vMB 4
709,358 709,358 0000000000000000000ae10d87a2574c5a0c2bcae33ba07d21a1473819fac12e 66 1.00/1.00 vMB 7
709,357 709,357 00000000000000000006e59f74c47b25a6196676c922e2f3c6ce5e3d6a46f800 1,741 1.00/1.00 vMB 13
709,356 709,356 0000000000000000000666b1b503ff0bc22a6f41a928e1ee9abd1f30bb869847 863 1.00/1.00 vMB 3
709,355 709,355 000000000000000000099ca3d31399c1f34343eff91d6e1dae5509ea4a75749f 2,320 1.00/1.00 vMB 11
709,354 709,354 0000000000000000000ca68afe0d1c308a8daed253ad5831cb8d7ca9484caadd 3,278 1.00/1.00 vMB 3
709,353 709,353 0000000000000000000b8fbb411b90cab03833d24437c6b033ffe8f0bab0f973 795 1.00/1.00 vMB 7
709,352 709,352 000000000000000000014d3303012c20bc1c84794782a006330f6f08bd8f762d 1,261 1.00/1.00 vMB 8
709,351 709,351 0000000000000000000aa47a42a8a8eb10cc32f094fae7c7b4a64d417705aa5f 2,336 1.00/1.00 vMB 13
709,350 709,350 00000000000000000004202403681db964035dbde9a84c592ee4913a871438e6 2,676 1.00/1.00 vMB 13
709,349 709,349 00000000000000000004544ee535bd92127db9b1354c75af2977b008605198b0 2,048 1.00/1.00 vMB 4
709,348 709,348 0000000000000000000798623a14957e5129ff7f37f90953460f6c2b5c6286bf 2,709 1.00/1.00 vMB 11
709,347 709,347 0000000000000000000108c41b6f7a553d13d106d22ccc1df722bdfbde4b8641 3,390 1.00/1.00 vMB 28
709,346 709,346 000000000000000000063da3fd9887c79b44f349179d016ea84dc6dab224cd30 1,673 1.00/1.00 vMB 8
709,345 709,345 0000000000000000000bab485fedf9408b78a4aa9dc3b583a87e60af51161638 2,416 1.00/1.00 vMB 20
709,344 709,344 0000000000000000000c2fdb1b8de81325a580935254f9e90aa233997bafee65 1,056 0.50/1.00 vMB 9
709,343 709,343 00000000000000000005619ff4226e7895d9083a284678c8b414882573a539d7 1,189 0.43/1.00 vMB 14
709,342 709,342 00000000000000000002f29293ef105de2c5e79d7b87255c3116de9ecfa6eee8 2,402 1.00/1.00 vMB 12
709,341 709,341 000000000000000000038405bdcfc21b5f2209e744feeaab34705ca2f2730c54 2,549 0.98/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.72 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: 707.12 GB
    • Received: 16.66 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.