Loading Tool

Explorer IconExplorer

Memory Pool

16,488 transactions
9.60 vMB
0.03777585 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.52/200 MB

Candidate Block

Mining Attempt 8d86992c005a5716958e7d3b7bf35b85fb8ba76399d2f0f7a8eedc58061f101b
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 14d552f84afbafdc35d4ae52609e67158aa24f8945817dc129e4eb925a177215
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.01652299 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (691,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,243 222,243 000000000000045528230dfcd81c235321e1a300215e203f8842fb6e961330ec 51 0.02 vMB 177
222,242 222,242 000000000000037175d8b96a3f98b78daea05ddea6b13a0c16f50b79c0c008b3 458 0.25 vMB 158
222,241 222,241 00000000000002d34fdbab8c669c3ccfb20a8b2cdcb582ec37174eefcb397621 125 0.17 vMB 40
222,240 222,240 0000000000000430daf486fe002009fd7043b5d1b4e31d5ac11df2b487cbfd3b 410 0.19 vMB 179
222,239 222,239 00000000000000f1022b7266131c38add01deee942b0e5860a9a1b1dd0243c61 42 0.02 vMB 131
222,238 222,238 00000000000001c9c564be91a4ea2b49ef6ff91e93f933ea6567c282dd8d55a8 277 0.26 vMB 114
222,237 222,237 00000000000001d91b725a256b432cb66ca2f521fe2e3d005c4ffcad65cfe9d9 527 0.25 vMB 174
222,236 222,236 00000000000003126dab08f993a3c79af5327148b351a0f1545b4cd587f499b1 610 0.25 vMB 196
222,235 222,235 00000000000000dd1f0f7e2f593b67ae29f8ddba1c310d9dfe3fc23108b7fd5b 512 0.16 vMB 270
222,234 222,234 00000000000001f48db3cc3207947c70853b990eb95bbfeeac875af0d8103ea9 395 0.25 vMB 127
222,233 222,233 000000000000048c51a5886f870d73b5528890c0f8187741d9b22e5278b9a470 743 0.25 vMB 254
222,232 222,232 00000000000001e6855d9eec794fb4b0606047ce526ae05f8ec7b19c640b9bd4 12 0.00 vMB 89
222,231 222,231 00000000000003c178c82f49c57e67e28e32adc141824c817cb0eea2bc04d542 218 0.25 vMB 94
222,230 222,230 0000000000000439efeafc912ebb769b741e6e4808cb72e987b132ff969b02cb 418 0.25 vMB 151
222,229 222,229 000000000000021e088435c8c34e3c7202379d7684db0f827f33c5bf856b4892 26 0.06 vMB 66
222,228 222,228 000000000000017efc1a33f511c60d805f6885f1fa7cf663bad762700adb2e0a 262 0.31 vMB 35
222,227 222,227 000000000000025af6d6ddd69e58ac9f2623fa62ec651ae8f9c88f91a795aa02 549 0.25 vMB 169
222,226 222,226 00000000000002a1da4122be5f2c58e22951468326659a5ab4412a73b71343ca 806 0.25 vMB 254
222,225 222,225 00000000000000b08c24365c4f3e4ce3d4d88c4611950d714ba6c1998bace032 10 0.00 vMB 401
222,224 222,224 00000000000000ae408a0d645b4a2dafdb886e46add4963ac0b4b10cb4c95d26 108 0.05 vMB 92
222,223 222,223 000000000000011dd201c22edad20e9945440fce0b5d991a3afcc16ab789ecf5 472 0.31 vMB 138
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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