Loading Tool

Explorer IconExplorer

Memory Pool

23,062 transactions
10.17 vMB
0.02366539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.12/200 MB

Candidate Block

Mining Attempt df6d221738387274650eac092444b80e9f173eccc76e6dcd2541720b9e412ca8
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root dbd02067c3043e6af90aded69105fb49f5e33bf1f65e25fdb125bac66b74584b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,653
Size: 1.00 vMB
Total Fees: 0.00718013 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (740,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,276 173,276 0000000000000a76e60f5a8855a020f8520398b9404f71afbca929bf9e0e70e1 29 0.03 vMB 80
173,275 173,275 000000000000034ace7c2b725ad4ca8932f004e7c6e5fd1dcc37875b0fdb1f92 1 0.00 vMB 0
173,274 173,274 00000000000008638333884c1572c521652f6f67d98ca731133458ae9de007cd 126 0.05 vMB 107
173,273 173,273 00000000000000be5fad0ede388b963840fbca759d09f6d438ed932bbef36d04 1 0.00 vMB 0
173,272 173,272 000000000000008b476bacfe405e34badc55c6b569d80f5a47352f5c078b75ed 31 0.01 vMB 9
173,271 173,271 00000000000006c79e689d49de68724b6c9817f0bebbaa103d1caa90b8417855 13 0.00 vMB 102
173,270 173,270 000000000000054b1fbaeb6506b1fabe1755cca56455f48733811ba2da6e1b4a 12 0.01 vMB 53
173,269 173,269 000000000000072e09c6a2a00edbc21406ed0f6f3b21785c0b3d92ff0ecd2519 20 0.01 vMB 302
173,268 173,268 000000000000076eca925ee904917c7626a393c61dc3837b7b8767a7a95c3a8a 69 0.02 vMB 0
173,267 173,267 00000000000000d95933c265628a2daeda02b6375efd05629862975995ca7e24 1 0.00 vMB 0
173,266 173,266 0000000000000365fb0bde0d64c48813067049639ab743d0528293e85cee59f7 30 0.01 vMB 166
173,265 173,265 0000000000000552444abc6abefe1851d512463a80f7775aeedb154bdd7af52c 58 0.04 vMB 442
173,264 173,264 00000000000007ef0b29c066f259985719a08c1894a8e2de7ae0d2bad9d5261c 28 0.02 vMB 0
173,263 173,263 000000000000070acbd48db8ea4f16756e2286e8e61892506dedd31e4d3202c7 47 0.03 vMB 5
173,262 173,262 000000000000013c91f4d3225eebfb960bf417d5209ac6468c57d4667e157a38 109 0.05 vMB 119
173,261 173,261 0000000000000a7285826da4d9f4aa212106d3980d17ce5b9b42e58ab4be153c 39 0.02 vMB 45
173,260 173,260 00000000000001642961f490e52f6f1929253d788372de2813f5716bbd75fe34 12 0.01 vMB 31
173,259 173,259 00000000000009fb087543721db01ca94f218ad05363ca18b388e3d07c034686 31 0.01 vMB 134
173,258 173,258 00000000000000f0746cb6e0ba38c55d73af06c7469424c0889fc1d1c11b86bf 65 0.02 vMB 25
173,257 173,257 0000000000000a65eb5f203305fcdb14caaa301715cd3fb29064087911fa7306 27 0.02 vMB 384
173,256 173,256 000000000000097b2949b71f4c6a9d8727ed5183524364f57aa6909ad6b15f0a 55 0.02 vMB 117
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 405.06 GB
    • Received: 2.11 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.