Loading Tool

Explorer IconExplorer

Memory Pool

86,282 transactions
32.05 vMB
0.12928626 BTC
Random Selection Loading Transactions
Max Size: 196.41/200 MB

Candidate Block

Mining Attempt 0694b53ce853ad7d4d11066e49d9c3fd44b8c9141b2dbc5367c7d550feaeb63e
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 531c94e669097ef98ee8a34157a027c062331d6448e305a6f28b5666bc15ed4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.04809768 BTC
Feerates: 301.57 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (490,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,572 424,572 0000000000000000028841f40e9eb72466fe9282b9454d8b960c210546e0b669 2,394 1.00/1.00 vMB 72
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
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.