Loading Tool

Explorer IconExplorer

Memory Pool

85,928 transactions
31.96 vMB
0.12474551 BTC
Random Selection Loading Transactions
Max Size: 195.90/200 MB

Candidate Block

Mining Attempt c138225971bb909f25720db0a5b69f43ea22b98ea2658ef466aec87393aac252
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 27494c8a30be45ff0436df5249d75e0cd89bb5b379be4b5004d8d53ed868eeb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.04541656 BTC
Feerates: 301.57 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (490,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,571 424,571 0000000000000000012176e8b76d386ea085097ce2c758930bf3044bfc3f4470 2,635 1.00/1.00 vMB 86
424,570 424,570 000000000000000004088ec80299212f3c81ca29b7a6caa9d62bc650fe1af759 727 0.31/1.00 vMB 78
424,569 424,569 000000000000000002dfad1910e58dbbb21c84a17e48a142825d2ec817ff2f2a 1,186 1.00/1.00 vMB 34
424,568 424,568 000000000000000001bf05c99cdcad57c0f7c38c9004d04a9f2f7d77ada170a6 2,519 1.00/1.00 vMB 75
424,567 424,567 000000000000000004c3ca4142d6c75495e9a5774b3c07995db55f4f7d0c90e6 2,454 1.00/1.00 vMB 69
424,566 424,566 000000000000000002370ddb4a6a86a93c2d4772abc4e4753096a53ead2c9e06 1 0.00/1.00 vMB 0
424,565 424,565 000000000000000004d722023a8292a15bee83a5e83862ecc42e9ef42fce65c4 2,217 1.00/1.00 vMB 69
424,564 424,564 000000000000000002f6c68725948a9c1373170e70af44edd8e0f0d57ff6fa5a 1,140 1.00/1.00 vMB 31
424,563 424,563 000000000000000002b142558648efc3765a897cbff7b8b4486574669799559e 2,455 1.00/1.00 vMB 61
424,562 424,562 0000000000000000040241363b56921253509e73a6d97922dced623df85e32ff 2,603 1.00/1.00 vMB 84
424,561 424,561 00000000000000000365d0d5777aaf678357da1e612806d70da6a7d4e649cf7d 2,893 1.00/1.00 vMB 64
424,560 424,560 0000000000000000035a1f465036b90da2ae1f496a905d396ee0c7f8ee3c7774 2,255 1.00/1.00 vMB 76
424,559 424,559 000000000000000000a5ce4e754360d90bfa50a9a8a46c1d30a972086f8c5111 1,240 1.00/1.00 vMB 131
424,558 424,558 00000000000000000340959937e23f256aedd4a6114ec08984d057db361f1c1c 597 0.24/1.00 vMB 69
424,557 424,557 0000000000000000001128f13eddb3786a006f92e663f6296b88cdd50fb8f545 1,371 1.00/1.00 vMB 35
424,556 424,556 000000000000000000091c0a293e5beee44afebbcda0b9c5bd8a09b81a041a3a 1,463 0.72/1.00 vMB 56
424,555 424,555 000000000000000001551cbbce8b90da9d26830f61e0cfaaa8453e1f86c9c871 1,835 0.90/1.00 vMB 55
424,554 424,554 000000000000000002e5f74bff8fca7073a7f774ead0858a28b1dde673ff42bb 915 1.00/1.00 vMB 26
424,553 424,553 000000000000000002620936eb7ce10fe207b63504aae9a5b4403ce39e1ee82b 372 0.19/1.00 vMB 50
424,552 424,552 000000000000000004c2e195576101c1200dcf7c8d7fab855fbba0370ddd49ce 697 1.00/1.00 vMB 20
424,551 424,551 000000000000000005088315ea362629970a4adb9998d7edca20cfd96250f5af 1,929 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.