Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.30 vMB
0.09677822 BTC
Random Selection Loading Transactions
Max Size: 177.10/200 MB

Candidate Block

Mining Attempt 1aa13605e33115a2e597ba1479b8cb1b43509ae1e8085889401c490e120dd126
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9d19371bc052fbf7aa7edd7acd4cd1008f434dd631d096a1e87589aada39a52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.03467509 BTC
Feerates: 150.62 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (475,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,953 439,953 000000000000000002d7b5c78bb03e01794276d53d36debc253dadbb05e61087 2,237 1.00/1.00 vMB 74
439,952 439,952 0000000000000000012af60bd05f5ea85cb9a28ce3654fa0c30ad6538a1b9f46 2,686 0.99/1.00 vMB 50
439,951 439,951 0000000000000000024ff8d1c366d3d668bf26c61bbd6565877ea2c049b9b972 2,393 1.00/1.00 vMB 74
439,950 439,950 000000000000000003a83a9ac8721ed86cfd1fe9b254dc19c6eaaec37211ce04 2,216 1.00/1.00 vMB 76
439,949 439,949 00000000000000000356ce1cf0ba81fee0498f2abb46f0e8406dbd1e2616d2c4 2,826 1.00/1.00 vMB 53
439,948 439,948 000000000000000000b5c25a6e591fa82ed7d4efda9ad4d804dfcd0b7004f870 2,447 1.00/1.00 vMB 65
439,947 439,947 0000000000000000036ae0b2417d6a6f5321bfbb20f59e9bb0a6519ec83e0476 2,637 1.00/1.00 vMB 97
439,946 439,946 0000000000000000026a2ca84df582aade92854b93578af6d347b52b7fe2fc5f 2,873 1.00/1.00 vMB 82
439,945 439,945 000000000000000000d00960806eb4aa108f308a143a69f69189445690983271 2,383 1.00/1.00 vMB 75
439,944 439,944 000000000000000000286872563f88ba5ffd4e2afebb76660395c1713587768a 2,571 1.00/1.00 vMB 81
439,943 439,943 00000000000000000047d7bfc51ea27383e86e4d40575e566d591994caa98508 2,218 1.00/1.00 vMB 104
439,942 439,942 0000000000000000020a2bb7711cc6b3b478034949a3eb509b31e74c87ec256a 2,254 1.00/1.00 vMB 114
439,941 439,941 000000000000000001fa23a1ec898e3a187e26536b3e4648dbf17f869af50cbf 2,972 1.00/1.00 vMB 75
439,940 439,940 0000000000000000003e59002d011ff4870b3781453cb468d345f8e225200d35 2,065 1.00/1.00 vMB 65
439,939 439,939 00000000000000000338f73b41d78190def060099caf7fae1e3c1a584b214e53 2,763 1.00/1.00 vMB 73
439,938 439,938 0000000000000000027803a22bef541a652b0ce87536af07a7bc8b49b7bae736 2,246 1.00/1.00 vMB 89
439,937 439,937 0000000000000000022e16c9bef5c000a1ded466cde42da86663effe7f8cd4b0 9 0.00/1.00 vMB 916
439,936 439,936 000000000000000000dc657f31119959e1a813869fb258183861b34f3acf9a57 1,924 1.00/1.00 vMB 94
439,935 439,935 000000000000000001d69ad31070322019d30865d6c0694557aa4ee7b1df840a 1,387 1.00/1.00 vMB 85
439,934 439,934 000000000000000001a883dc5647c7d57efb4062d9ffc9a570f243bd0c50850e 662 1.00/1.00 vMB 64
439,933 439,933 0000000000000000037b07ffce0073b13425c4e92f4d6b7fdf642e8e5e9d4204 2,122 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.