Loading Tool

Explorer IconExplorer

Memory Pool

76,471 transactions
28.50 vMB
0.06755804 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 7c30e4b82f7bc64e557b152c1e2dd8af5475767d48dee00996a78aa60b2ec4a9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root be35f664afef15b55ef49293958986bffa090203e9f7dfaac25166e2aa857564
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,162
Size: 1.00 vMB
Total Fees: 0.00855105 BTC
Feerates: 71.79 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (507,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,142 408,142 000000000000000005d50a51d70f849fe621d6e74c6cbaac654d5742f0037b2c 930 0.99/1.00 vMB 15
408,141 408,141 000000000000000001a5b2107f60f0ca048d91a8fa0a7b3581deb7229436959f 1,672 1.00/1.00 vMB 30
408,140 408,140 0000000000000000048cc87cc20fb51e643d5426fc571f4a763a0362e5b4c67a 1,517 1.00/1.00 vMB 28
408,139 408,139 0000000000000000039e4dfcffdd23ea4cbefd04633cb86ae78b41c419cde125 2,185 1.00/1.00 vMB 38
408,138 408,138 0000000000000000009d3489abad54d13d466f4f25a1a18dc6d5c0a37c8b6518 2,407 1.00/1.00 vMB 45
408,137 408,137 0000000000000000011fcd45fb4fbdd6e1ee44c8181835d5d34513c1e14d8406 1,940 1.00/1.00 vMB 33
408,136 408,136 0000000000000000019715f8ea21c3615a3711d01f075fb13db2d03b5f0ff989 2,629 1.00/1.00 vMB 44
408,135 408,135 0000000000000000006d9e6c8e5ddbad460e120eb4231ae7322d43f58850083a 3,441 1.00/1.00 vMB 92
408,134 408,134 000000000000000004f645129a576ab90612070fe441228a96515b738ffd812c 1,024 1.00/1.00 vMB 29
408,133 408,133 0000000000000000020c4b2a4778d65359b62136a79f77917bdf05dc8bc6b192 2,728 1.00/1.00 vMB 45
408,132 408,132 0000000000000000033df74999e03543756990357539d7aaabbfdec1dcbfcbce 3,456 1.00/1.00 vMB 87
408,131 408,131 000000000000000002ec9d8ddef0b6abfe2d0143604fbe7575b61a1889159760 2,011 0.92/1.00 vMB 44
408,130 408,130 00000000000000000107fbb32dde155de4b6738ba2325e0983a36d6b64abcd04 2,039 1.00/1.00 vMB 34
408,129 408,129 000000000000000004e67d97748fc264f98029f4eb6883a37632a64219179ad0 1,884 1.00/1.00 vMB 34
408,128 408,128 000000000000000004551b64a8027954e1a8b313cd375c37a31a7bc536d0d034 1,101 0.70/1.00 vMB 26
408,127 408,127 00000000000000000011505cf5c67cf8ac93bf1d3ecbc6af0b4aef1cabe322e3 2,189 1.00/1.00 vMB 52
408,126 408,126 0000000000000000056c1e2381f520c6de66862a43c14a0cdd3816e005d21162 1,692 0.94/1.00 vMB 32
408,125 408,125 000000000000000005e01d1bf10ccac8f73996e73304c958ddb74f14ab04114c 126 0.07/1.00 vMB 29
408,124 408,124 000000000000000003becf75b0eff6d6464778be2f5a2c27cbe1bb2dc15c6e22 1,042 0.56/1.00 vMB 29
408,123 408,123 000000000000000000ad36f2b69b15174719b459517a1b70de145b65f5927819 1,467 1.00/1.00 vMB 26
408,122 408,122 000000000000000003fb08e91b3f6a2e4375f699da6a45995d603ac4877d26fd 14 0.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.