Loading Tool

Explorer IconExplorer

Memory Pool

75,001 transactions
27.63 vMB
0.07374960 BTC
Random Selection Loading Transactions
Max Size: 168.65/200 MB

Candidate Block

Mining Attempt e8a34854c6f0bfb2564c8dabf67a2398e3301602f0a4fcc747abc1b7e4497f00
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6e5c52d34a8fcb5e45f0fe21100d9208b9135833e5b580790884ca3a0ebac606
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.01472240 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (323,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,488 591,488 000000000000000000076e75ff6e9a23c1585a5763ca8078b3c6d433a1f4486a 676 0.20/1.00 vMB 29
591,487 591,487 00000000000000000007cfe3fb7c9752c7a3279be89d2890dfeadb345c3dac2c 629 0.31/1.00 vMB 15
591,486 591,486 0000000000000000000f7c2c85b1137cc6a6797875da876fe03c1fd8c447a7cf 2,965 1.00/1.00 vMB 24
591,485 591,485 0000000000000000000f6bdccdab348548cdeb70eba1e7577aadd277cfd5659b 2,150 0.78/1.00 vMB 13
591,484 591,484 000000000000000000170de9360d069cbcfec4cb4860a4d1fed57d3c85ddce3c 3,101 1.00/1.00 vMB 33
591,483 591,483 00000000000000000001559a0e502d6fbec067b8789f4ce719e5b9b746c34376 2,863 0.93/1.00 vMB 23
591,482 591,482 0000000000000000001867238f3b46b37c6cfbf697a8a02397bfa70d81f5f9a8 3,110 1.00/1.00 vMB 22
591,481 591,481 0000000000000000000711101f94b83a88e0d3477e318c3dce6150b0acb503cc 1,973 1.00/1.00 vMB 17
591,480 591,480 00000000000000000008eb6fd2cba2ebe6f8be6726b2410a8a8fbaa28792f303 2,885 1.00/1.00 vMB 41
591,479 591,479 0000000000000000001afea7394add9725a61b4de4fbe4027c27d691ef7c504d 1,399 0.80/1.00 vMB 20
591,478 591,478 00000000000000000000dd6ed0888ab25c6872f1b79af3882c4f65dd482bb62e 1,167 0.41/1.00 vMB 10
591,477 591,477 00000000000000000001589329c0f15ee4eeffaadc65be2e2cf16ae4da8d8273 1,499 1.00/1.00 vMB 7
591,476 591,476 000000000000000000145b971a7c89f15c32622be5b0b5645cde9c035104421e 2,274 1.00/1.00 vMB 26
591,475 591,475 0000000000000000000dbbbcbb153a73a16ae905c43304a02e18d243f97f4e03 2,660 1.00/1.00 vMB 55
591,474 591,474 00000000000000000003644c1b4d85833118a83371e3250ebc39e4fb1bd66601 2,317 1.00/1.00 vMB 40
591,473 591,473 00000000000000000002bb08c49b0a76cd84fdec23af54f15f9ddd26e5c2d2c0 2,321 0.82/1.00 vMB 31
591,472 591,472 0000000000000000001791c8016ae633bfbd141db56be040e68689c1a7022a49 1,877 0.64/1.00 vMB 24
591,471 591,471 00000000000000000011a93dc66968a3510cd18b45ad6cf7ad3367120525dd01 1,919 0.92/1.00 vMB 21
591,470 591,470 000000000000000000078201e43c2a09d55c18343d9950ca365139304d3826eb 2,123 1.00/1.00 vMB 22
591,469 591,469 0000000000000000001aa9223c470624455224c3358ddcd0984b47bfe5ffa6b9 2,615 1.00/1.00 vMB 31
591,468 591,468 0000000000000000000dfb31ded958c4dc899997784d41f5ce5b8733259eff89 96 0.03/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.