Loading Tool

Explorer IconExplorer

Memory Pool

76,839 transactions
28.73 vMB
0.09439228 BTC
Random Selection Loading Transactions
Max Size: 174.36/200 MB

Candidate Block

Mining Attempt 448b8c336df3830a60f9a662e49d7b52a4a816db0cbfde3f10c7437e22c88c5d
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7d51fe7af2a21ddbbbab9e648c921356028bb8fe475365ca2a45c921c66bc5ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,011
Size: 1.00 vMB
Total Fees: 0.02751487 BTC
Feerates: 180.82 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (482,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,439 432,439 000000000000000002ebbf70135fbba2d8c1df574091d81c649dc6fd5d241aa9 2,109 1.00/1.00 vMB 51
432,438 432,438 000000000000000003ea7a5ebbfa18fa01ea5d4e9297242ebe1968aa2287c2fc 2,519 1.00/1.00 vMB 74
432,437 432,437 000000000000000001bf6b877a130c90cdab8f8f6fa61be03f1d281281b44e2d 206 0.11/1.00 vMB 59
432,436 432,436 0000000000000000016e7d737127b3f16040dbea08e6d080f9d6001a952519f0 2,286 0.91/1.00 vMB 57
432,435 432,435 000000000000000004342eb9a5b8fb105d821968b4d8ff18a2e832d1e3d96f4c 923 0.41/1.00 vMB 58
432,434 432,434 000000000000000003e5c438822020a7c7d8bd97fd2ee1771b11526d9aed90a6 2,653 1.00/1.00 vMB 61
432,433 432,433 0000000000000000027e526b585bdc84f12260d0d1c0cc1704bf0aaa475765fc 648 0.36/1.00 vMB 44
432,432 432,432 0000000000000000014048973fbe6fedca6c224d2746cec916c96995d9d09673 2,554 1.00/1.00 vMB 67
432,431 432,431 0000000000000000035b1511b0f9d3b739dda62430f89adde0f2a8289c6d738b 1,538 0.83/1.00 vMB 38
432,430 432,430 000000000000000002ca80377328a3876fa2d13b790645e2e7d1b1366b8d5463 2,491 1.00/1.00 vMB 51
432,429 432,429 00000000000000000211ec5374bc664e7defd68740e7361e63b502d112be6c73 2,677 1.00/1.00 vMB 59
432,428 432,428 000000000000000000d02b9ef736bc95800165554c640d41e4e2c875a32b7680 38 0.10/1.00 vMB 71
432,427 432,427 0000000000000000034fd10126476dc431d5bef3266716f38cee247e6ba88824 1,508 0.99/1.00 vMB 85
432,426 432,426 00000000000000000409f628070caff16bb956965d5f9e6c6355dee50f255b60 1,881 0.81/1.00 vMB 51
432,425 432,425 000000000000000001f0608370264a7f9e098f958b840049ffec22c1b1821b80 1,081 1.00/1.00 vMB 20
432,424 432,424 000000000000000003540ed2d2efd47e2b97b652dbb268c03c300ba9e7ae9566 834 0.46/1.00 vMB 39
432,423 432,423 000000000000000003d9a46332a6c66fbbe211152002fa0c3981b04f87cc2dc7 562 0.34/1.00 vMB 46
432,422 432,422 00000000000000000286db2d437210f565a061517d42dc9261fa81c23dac8910 2,184 1.00/1.00 vMB 45
432,421 432,421 000000000000000003137f3b0d82254e18b3dea196544d061c37ee1e45bce8bb 2,501 1.00/1.00 vMB 63
432,420 432,420 0000000000000000011f2689c9e6cc744999350ed66ed3f4f78ab57e5e3084dd 2,775 1.00/1.00 vMB 71
432,419 432,419 0000000000000000026e774af7c29ab97d5c408f85200968a500a90d66dd2942 1,984 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.