Loading Tool

Explorer IconExplorer

Memory Pool

84,532 transactions
20.90 vMB
0.08006233 BTC
Random Selection Loading Transactions
Max Size: 146.10/200 MB

Candidate Block

Mining Attempt 9f6e8109f7e3b2a22c74f58b1bae0b387c975dd40874ae4fd704baab8b092948
Version 20000000
Previous Block 0000000000000000000175a43046a2561d06babfe029c2fc52208ea787a8cdb3
Merkle Root 1257c1416dafa0df9e683c6871ca22f79a5df2e916fbc0bd13ee575d8bb194bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03023658 BTC
Feerates: 477.45 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,420 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,420 916,420 0000000000000000000175a43046a2561d06babfe029c2fc52208ea787a8cdb3 5,109 1.00/1.00 vMB 0 ago
916,419 916,419 00000000000000000001f478cfce246cc43e6f08d6b88c4598db73b70c023fdd 1,100 0.34/1.00 vMB 1 ago
916,418 916,418 0000000000000000000188a61232ef33e2486a561f5681e4461c25e8ed3c13bd 2,723 1.00/1.00 vMB 0 ago
916,417 916,417 0000000000000000000057695b76351229a28e557d78397a198cb2b1a0ebaa43 2,618 1.00/1.00 vMB 4 ago
916,416 916,416 00000000000000000001cfb5db3448cc2cdcd3b58a2695541def3bfb17af36a9 2,380 1.00/1.00 vMB 1 ago
916,415 916,415 0000000000000000000120b2c13117707d3989aee846389ec7d5783da0a28b3f 4,796 1.00/1.00 vMB 0
916,414 916,414 0000000000000000000189ef11ca32245f73960f75213f269c0da3ba2398b991 1,499 0.51/1.00 vMB 2
916,413 916,413 00000000000000000001593cb3f5c2cbfadd66bd4a3e223261df880a048b7247 6,657 1.00/1.00 vMB 0
916,412 916,412 00000000000000000000499358d1cdbef454095c89271f32c9a07a65a2da0d60 1,165 0.36/1.00 vMB 2
916,411 916,411 0000000000000000000091e72ca5e1d665b1d30bba405c855f100f9e90025f4f 4,853 1.00/1.00 vMB 1
916,410 916,410 0000000000000000000013142c73989ec9d1ae37479170f3fb6e8b9f8224ffc6 4,325 1.00/1.00 vMB 1
916,409 916,409 00000000000000000000b288b62068d09fc5723fad84ab0403c3883c1446d1f5 4,252 1.00/1.00 vMB 1
916,408 916,408 0000000000000000000040f603e65b4caf10543162dac5a501d05d1936b7ae6b 3,172 1.00/1.00 vMB 0
916,407 916,407 0000000000000000000102c8d90efa8a01f2c9ac1a471ccc488d6fd4e682b4c0 2,429 0.72/1.00 vMB 2
916,406 916,406 00000000000000000000afe04e408b722c988df4d4d5be8cbf0bfa0c5f80a082 4,357 1.00/1.00 vMB 1
916,405 916,405 00000000000000000001959ef537957a32e3cd17e3793153dc7256d84ec63cc0 4,078 1.00/1.00 vMB 0
916,404 916,404 0000000000000000000099af4c696f2050113b1de03d8b57b232a77549455f56 3,561 1.00/1.00 vMB 2
916,403 916,403 00000000000000000001970feb6cc2b24be6ca4911eb755ac282fde38dbd7db2 4,452 1.00/1.00 vMB 0
916,402 916,402 000000000000000000012a893ee5688b7dfe3807c65a67109fc42410ca05a253 2,439 0.72/1.00 vMB 2
916,401 916,401 00000000000000000001750e251a78be9918117f5a58f8503bfa672de99cc571 6,154 1.00/1.00 vMB 0
916,400 916,400 000000000000000000017e4b12af9c629782e38cbaba103b4645d20db3b6a495 1,211 0.49/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.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: 898.11 GB
    • Received: 26.69 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.