Loading Tool

Explorer IconExplorer

Memory Pool

79,314 transactions
29.32 vMB
0.07290849 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt e4ad28c8de96e64cb062f2f31a80a715e4ad2baccc4ad5e74d65b1c7b0622739
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (260,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
654,328 654,328 000000000000000000099f747767bed3d4a5fbd0ceb52ff5c1d0e518d2abd2df 2,626 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.