Loading Tool

Explorer IconExplorer

Memory Pool

79,597 transactions
29.59 vMB
0.08702056 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt dcf26488b135a2c4418f5b71ee94eabc0c81767a9c830e203cd45f771173fec7
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 2c4ccb4fc8aef3561efc5b8fb7d5baf628b5982c16165a059be81bd6162994b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.02451764 BTC
Feerates: 100.11 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (260,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,349 654,349 00000000000000000005c0ab546ede5dfd420c08c4cc4021a1e63dd0a1acb7c2 2,080 1.00/1.00 vMB 117
654,348 654,348 0000000000000000000e08f1778bfcbf83dc87dc4a68230b12760d3999efc46d 2,301 1.00/1.00 vMB 131
654,347 654,347 0000000000000000000bf2595c62634bd10f15cda65573799b2a3fcf5da1faf9 3,089 1.00/1.00 vMB 149
654,346 654,346 000000000000000000011e154ecde52e0d1bc36cfa93169b1fef3c85793ddcb4 2,916 1.00/1.00 vMB 52
654,345 654,345 000000000000000000055f21297c1ce9de5bf1fe43fc60733d5612707405e9aa 2,691 1.00/1.00 vMB 57
654,344 654,344 00000000000000000000a8057a7d9712c0be8fa50de311717608bc3511f68b2e 2,719 1.00/1.00 vMB 76
654,343 654,343 00000000000000000001a9c141299ea63e909eb53d8a9cc0ad3811b6d2e9994a 2,787 1.00/1.00 vMB 126
654,342 654,342 0000000000000000000579d1a7e69b61b661a0e04b64a3e7491dc956b893c6ea 2,504 1.00/1.00 vMB 113
654,341 654,341 000000000000000000016e2661a3b1e26b7666c984c031617a8352bfa8bef663 2,840 1.00/1.00 vMB 128
654,340 654,340 000000000000000000017ffa339cb08c6a6fc1b2d58f9871bcb5b7210a0221a8 2,912 1.00/1.00 vMB 107
654,339 654,339 00000000000000000007522bbf19ea66943e6c998980e7fbc812979bf93768a8 2,518 1.00/1.00 vMB 107
654,338 654,338 000000000000000000019f1ad78407a03a3f56a95c78aea0b7134c29c52da4aa 3,267 1.00/1.00 vMB 146
654,337 654,337 000000000000000000032b1535e4da914e6218a8f9de5e019bf9615b7f3c73e3 2,224 1.00/1.00 vMB 112
654,336 654,336 0000000000000000000923581c3ed65c73d8cb701e592736e8dd460810553477 2,734 1.00/1.00 vMB 136
654,335 654,335 0000000000000000000bef63b5d355f04a526572aa9228020b6278b14ab45f0f 2,976 1.00/1.00 vMB 97
654,334 654,334 00000000000000000000a1f17af281aba5aa5feca8876ca530a623ef2bb71dbf 2,434 1.00/1.00 vMB 24
654,333 654,333 0000000000000000000387a281b8d1684365d434b9ef298d81ea120b28c27d84 2,244 1.00/1.00 vMB 42
654,332 654,332 000000000000000000019f2cc246745b9f67261a25910e53425982d398d59345 2,196 1.00/1.00 vMB 15
654,331 654,331 0000000000000000000c0b1ba25336d8de2c2e7e3a5313c55adb42cbd610be6f 2,600 1.00/1.00 vMB 71
654,330 654,330 000000000000000000052bf54327e489088d7f16ae514367332c7bc85e1423ce 2,589 1.00/1.00 vMB 127
654,329 654,329 000000000000000000004677c6175a964150e843b71d7e7637a60b4b50f77d02 1,534 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.