Loading Tool

Explorer IconExplorer

Memory Pool

24,222 transactions
10.17 vMB
0.03388482 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.98/200 MB

Candidate Block

Mining Attempt 22188155876883c81b86b3ad48487c377f49c63d44025f6a576bbf854501c3a5
Version 20000000
Previous Block 000000000000000000007f4078d40333ca530ac4a79b6f918d21efa53dc7e8c1
Merkle Root 0261881c14b1fc81018e7a655f79c5eb3d67e23c7229bbac8e0d3b1849652b8b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,531
Size: 1.00 vMB
Total Fees: 0.01742806 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,507 (661,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,350 252,350 00000000000000216c73a7f7092e47dce311a437cf6bf4116280cc62e9b1eaa7 24 0.01 vMB 88
252,349 252,349 00000000000000221732b74ca8e5c83f1f4b6ef703d83e5e6095d77ac6e9a7b8 78 0.05 vMB 49
252,348 252,348 000000000000004ca72b2edd6adfa42d8572dafee01c9037e82c1a667e6afcf1 641 0.25 vMB 157
252,347 252,347 000000000000001ce45519f59a20b24a1115cc4dd1873334cc2eecb9e6aaafd6 584 0.25 vMB 107
252,346 252,346 0000000000000002afa8a27f89eb01cf1d9f0f0f7f682580b0e088de7506536d 94 0.05 vMB 48
252,345 252,345 00000000000000227cdec125bd0b46b91a4fcd6463871c8f873cab4ecb5a6221 368 0.12 vMB 115
252,344 252,344 0000000000000002af16905a5a6a7406bbdc80281623558db8a3dde8190b0073 64 0.03 vMB 70
252,343 252,343 00000000000000080af98a8976a21707d89ef6dbf47f2563dbc5420cc48438da 160 0.08 vMB 123
252,342 252,342 000000000000004b0b9aa2cc6222b0129e0453d7f867db53fe76789bec379885 15 0.00 vMB 38
252,341 252,341 000000000000002b4ea7501287db8224e6e3273ab60201f4eeb9f05e50554459 431 0.17 vMB 101
252,340 252,340 0000000000000007161861a35bec3b3b099ea0718451acee57d591507a795fca 189 0.09 vMB 101
252,339 252,339 000000000000001d836701334455bf99a415b4b671485c0e6593560734dc97e8 280 0.13 vMB 109
252,338 252,338 000000000000000d335220622e0d81611297359537f098eb2971c849940f6ff9 289 0.09 vMB 240
252,337 252,337 0000000000000011ad829f1eb083b5784f79581fac88459173c7c59742b599fe 52 0.02 vMB 38
252,336 252,336 000000000000003a21d4b0a076d055f2094cc94ae8cebcc9e2cdbde2862bf143 340 0.19 vMB 89
252,335 252,335 0000000000000049d734fdc3f86a33ca473c6e1b36b96d35f62f497c39c62b0e 491 0.21 vMB 115
252,334 252,334 00000000000000441b9ce9cdac3752759bcae0d9374366d6de926bb9f3acf798 225 0.08 vMB 196
252,333 252,333 000000000000001efe183755d245a2d5a3956bf677e1dd35abad860241e4b654 94 0.09 vMB 36
252,332 252,332 00000000000000475a9e6bbd97803766dc7285279546973c181ae55a9e9fdaa9 555 0.23 vMB 121
252,331 252,331 000000000000004669b1cb37202e8dd95cabe3937d777427305b078018df7ac2 512 0.23 vMB 129
252,330 252,330 000000000000000d6da3d3e5d1de5ff705de6eced904f5d8393379b5339ea558 159 0.09 vMB 136
Previous 10 blocks ↓
Total Size: 779.74 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: 378.15 GB
    • Received: 1.89 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.