Loading Tool

Explorer IconExplorer

Memory Pool

89,094 transactions
33.08 vMB
0.20330840 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt c9879667710fee4a93afefc46f586563d8687955e7db7d45d46f851fde37d8a3
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 5403a8407027f7f0405ed0bc3f0376d8db758e2217a8a7a8ace494ca1f058b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.09039062 BTC
Feerates: 387.56 > 9.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (450,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,275 464,275 00000000000000000001ed3726460202529a027f23c45ce87705b60219c92e58 1,700 1.00/1.00 vMB 108
464,274 464,274 000000000000000001710e4c4e2d88f3901a8db96613be32998c484d797081af 2,278 1.00/1.00 vMB 184
464,273 464,273 0000000000000000003a01dc1ff65abadff378b4ed6669ecc4a5e0767357e6c6 1,944 1.00/1.00 vMB 130
464,272 464,272 000000000000000000c675c4f0d0912d799b3d165f1d8d9118a8e74ffd06dacf 1,698 1.00/1.00 vMB 214
464,271 464,271 0000000000000000016bd8f5d5df469a6bad44d32a9c12010c8e4e848dade495 175 0.12/1.00 vMB 153
464,270 464,270 000000000000000001ed18ed33e76575abd8a1daa12eba4cb7549f6cb96b1fc8 1,324 1.00/1.00 vMB 69
464,269 464,269 000000000000000000954a68251152e2b9f0de8f31bf5bae3a96c8a5e8cc1f2e 325 0.10/1.00 vMB 150
464,268 464,268 0000000000000000019d5426e9d5dabe0093968b2cade4fb2940ac0344f89fd6 1,763 1.00/1.00 vMB 95
464,267 464,267 0000000000000000008489641403edeb636bff024b7fce5cf6090a258da70d22 2,170 1.00/1.00 vMB 139
464,266 464,266 0000000000000000000567d5e2454ff295fbdc08a79754e5fcfe190c23375d59 1,981 1.00/1.00 vMB 130
464,265 464,265 000000000000000001664802529e1893b95ddd5e12429cd9f22d4e0519a4168c 2,314 1.00/1.00 vMB 190
464,264 464,264 000000000000000001ae9fadeab7be154abad1c39e76cf48ab9d8e0474cd9495 1,919 1.00/1.00 vMB 159
464,263 464,263 0000000000000000012071562ba6ef19e1e4c1daafaa40401be23f3cd7cef571 2,179 1.00/1.00 vMB 157
464,262 464,262 000000000000000001a768bdc6df1bffdbca3da50d7d5b4409beae3d27805a46 1,950 1.00/1.00 vMB 219
464,261 464,261 000000000000000000e026961b9f1d0b876b187919b19e5c49e40068648c8c55 2,226 1.00/1.00 vMB 56
464,260 464,260 00000000000000000121e89411056007b65460aa217c44ae1dd72a2d8ef356f1 1,634 1.00/1.00 vMB 118
464,259 464,259 00000000000000000046253a3c639cad7c8f4482641444ae6fd49b47907488fa 2,266 1.00/1.00 vMB 186
464,258 464,258 0000000000000000004074be0724234c1a394dff502b2273b53e6df581db84c9 1,189 1.00/1.00 vMB 89
464,257 464,257 000000000000000000ec9c6d7a3609271d9f5f711ec9c8ce9f98c288a4edb001 2,041 1.00/1.00 vMB 140
464,256 464,256 00000000000000000134c30403ef864255f0107f701251738f8e76aa5d7087e8 2,099 1.00/1.00 vMB 236
464,255 464,255 0000000000000000018c0be6ec3286c1f9a6bdc28e6775de7c858500ae1293f1 1,495 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.