Loading Tool

Explorer IconExplorer

Memory Pool

74,798 transactions
27.74 vMB
0.07556863 BTC
Random Selection Loading Transactions
Max Size: 168.95/200 MB

Candidate Block

Mining Attempt a804f720cc77fff4a3abbe971743445450751d022e0395ed9b194d60cc0ec1e8
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root bb8cc500ccbe111e0a0f08d44661f09773b72ac4945034bf50c8a31ad21729f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,934
Size: 1.00 vMB
Total Fees: 0.01629579 BTC
Feerates: 480.19 > 1.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (88,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,440 826,440 000000000000000000030bd26377b1fa758b10fa57e25d11de0ecbc4a1a56e1c 3,303 1.00/1.00 vMB 64
826,439 826,439 000000000000000000006965549d4b3f9c97dc44c2148803d84d7a0d3c29adfa 3,055 1.00/1.00 vMB 64
826,438 826,438 000000000000000000030d5eb4f00222ab58f3960e4802f94b1a94c560fcad67 3,537 1.00/1.00 vMB 121
826,437 826,437 000000000000000000023c5684a77b410be2a5fa29e338eb3458f37e2d9b8f45 3,793 1.00/1.00 vMB 58
826,436 826,436 00000000000000000003cb9c9276500ddd7a9c612f2a32402681b2b65f6848c8 3,070 1.00/1.00 vMB 50
826,435 826,435 0000000000000000000007f52293b5c7afc0fd647f6dbdb0df4702697e2d9cf4 3,643 1.00/1.00 vMB 72
826,434 826,434 000000000000000000034c89f6f2377626a142bfb7715731b0e4119fa605fa64 3,442 1.00/1.00 vMB 69
826,433 826,433 0000000000000000000230edc5107f6bd3f186e965048f0d1cfa8c9b0210377f 2,918 1.00/1.00 vMB 128
826,432 826,432 000000000000000000037685f294448077799d80d435852582335128f24b1e2c 3,385 1.00/1.00 vMB 86
826,431 826,431 0000000000000000000006810bb3d7b6399825f269d9996be58e5e8c31f00103 3,407 1.00/1.00 vMB 68
826,430 826,430 00000000000000000001ba63a89f58855d360c1b9c4f4a8d1c22901beab49a5d 3,072 1.00/1.00 vMB 90
826,429 826,429 000000000000000000004db05987cd5a13a7007b9ad14d973ec133299cab5d03 3,340 1.00/1.00 vMB 74
826,428 826,428 000000000000000000009a1a7d6ae4b12c5b35fa381f2f98e5c209b4bc0a8d15 3,280 1.00/1.00 vMB 113
826,427 826,427 00000000000000000003ba29fcd36fc73c124244345c0eef44367b6565f0db1e 2,819 1.00/1.00 vMB 70
826,426 826,426 000000000000000000016b3b04564371476a2b1db8f16d8de53cbd363ba20341 3,507 1.00/1.00 vMB 94
826,425 826,425 00000000000000000001083391ebdfe269b07313003fba509ab5fe4100c11ebb 3,264 1.00/1.00 vMB 140
826,424 826,424 000000000000000000023f28f4dc2ebb2b7ffcb3397613f80e46e70e382f79a8 3,409 1.00/1.00 vMB 171
826,423 826,423 00000000000000000003c9d0cdaa043a771c0f0aa60b09aa366baf2c5cd2f59a 3,280 1.00/1.00 vMB 115
826,422 826,422 00000000000000000003b46a0572516debd0d320f74dc93e83a55b7ad8da9a1f 2,875 1.00/1.00 vMB 44
826,421 826,421 0000000000000000000024d09a15cf2964da88ba13afbb68c3d714797846e73f 3,536 1.00/1.00 vMB 53
826,420 826,420 00000000000000000000cfef0c81fcb3844843be800f3ef0c6e6227b6f319012 3,379 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.85 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.56 GB
    • Received: 17.19 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.