Loading Tool

Explorer IconExplorer

Memory Pool

27,107 transactions
11.94 vMB
0.03162965 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.30/200 MB

Candidate Block

Mining Attempt f2bf30eee05c78fb6835a60d8813108f6b32d850e9e184f6ba1230574efb3b42
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root c3213f33911df8561337de94db7ab43f7023c6a68a0007ee66a39e187d87c7c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,401
Size: 0.9978635 1.00 vMB
Total Fees: 0.01179224 BTC
Feerates: 318.30 > 1.18 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (663,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,342 250,342 00000000000000528f8e9e3ddb3eb0851b1b0bb97def60c657ac779f4c5b1bf4 186 0.08/1.00 vMB 103
250,341 250,341 000000000000006783ff8b2869eb93dc0d0f27a85225cdcf35204416aadde473 283 0.11/1.00 vMB 134
250,340 250,340 000000000000004c2e4da5b12d6f5f0ec94edc64c00cf8b3dd68f9fa0fba7364 34 0.01/1.00 vMB 154
250,339 250,339 0000000000000049d67e5bba58a72dd05a69d4d545f21acbfd58f77691d32828 23 0.01/1.00 vMB 81
250,338 250,338 000000000000005bcf151a241b0bd27e7127e0b8d2265d773a73234d1d2bbc98 179 0.09/1.00 vMB 149
250,337 250,337 0000000000000067f7673ef718423e4915b238a68c249f2ee6e78fbb11549bd8 164 0.06/1.00 vMB 102
250,336 250,336 000000000000006975e2bb31d2a5c29e6619f979a6e317d9c9bc563741f5c96c 96 0.06/1.00 vMB 142
250,335 250,335 000000000000001ec532775c38bace1e8e4114047c74f663513b5a2fe30abb8f 111 0.04/1.00 vMB 158
250,334 250,334 00000000000000169331c8fc3c1faf593d872122aff629489d326c6146ef5b09 80 0.05/1.00 vMB 90
250,333 250,333 000000000000000880e3c7b35346a0c6f899d6f833fad705416c5ba9a11296ba 36 0.01/1.00 vMB 113
250,332 250,332 000000000000001862f31f465a947df6851ca944b57fa777834c8cdabd63fdf1 77 0.03/1.00 vMB 88
250,331 250,331 0000000000000070922afd283d92a729863000378ed2b9e58892250a8b16a942 663 0.25/1.00 vMB 176
250,330 250,330 00000000000000708afbefff9dc304b23c59f791a7fb01034815fb014ead183f 255 0.12/1.00 vMB 125
250,329 250,329 0000000000000017684da1a21bea8919add8213990d98182b6fbc94e8883c982 23 0.01/1.00 vMB 88
250,328 250,328 00000000000000341ab3e41134c575d0291aaeab0d4a22af84dbc9d4876721c3 434 0.16/1.00 vMB 139
250,327 250,327 0000000000000055c548d8e39ad48022f2796aa7c661f9e81cf346eaa91c8eb0 104 0.05/1.00 vMB 134
250,326 250,326 00000000000000047f18fc097c4d397b15436937bcbcaacc937421ebaf5a6d8e 10 0.01/1.00 vMB 42
250,325 250,325 000000000000005afda3a2e61e7a9265707fe3d6f84c2136ce0a1037650e7c93 115 0.05/1.00 vMB 148
250,324 250,324 000000000000000cad6265caf29e03d400641176569912241bd742950dd559c8 193 0.09/1.00 vMB 114
250,323 250,323 000000000000001e4c1f07dabb105d67203580b2784f8037bf31d4cf057e1b2b 329 0.13/1.00 vMB 126
250,322 250,322 000000000000006eec79b9dd2996c163511c20c0df9aada293f6e46580a07a47 351 0.18/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 780.07 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: 490.05 GB
    • Received: 3.36 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.