Loading Tool

Explorer IconExplorer

Memory Pool

78,239 transactions
29.08 vMB
0.08074795 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt f14b5f5c5b87d9d921b115cb3bc6582611cc2ddecd43ffb89728523976f345a6
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2cdeb4ea289d601cad0eb37301c715bbb87a1c9fd64e0c36fa6e79cc7777e69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01999127 BTC
Feerates: 178.73 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (88,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,442 826,442 00000000000000000002846d852e7b4428b14c1194444c9fcd1c829827ff2026 3,548 1.00/1.00 vMB 79
826,441 826,441 00000000000000000002016db7679e7a73becde8430e92f622c9f3916fabdc49 3,486 1.00/1.00 vMB 62
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
Previous 10 blocks ↓
Total Size: 782.68 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: 677.75 GB
    • Received: 16.44 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.