Loading Tool

Explorer IconExplorer

Memory Pool

17,258 transactions
8.19 vMB
0.05226585 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.50/200 MB

Candidate Block

Mining Attempt 4ec0ca7c9751ebb00f787bcb85315ed65865f1f3ae37284e2c757af172229121
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root aee66541009518419b89b8843158f19624018d11fb09daefaffe30b0a89805ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.03503581 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (706,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,375 207,375 000000000000005940ac8a4e658ff193cdfaacdc2cbadd91a954ef42592fc1a6 7 0.00 vMB 20
207,374 207,374 000000000000010eefdaf6e1e0a74ada91ff729398eab7707cd92368a1be0ebe 64 0.02 vMB 398
207,373 207,373 00000000000004078241a7d53b82345673c73a6bff561116e972998e20e16a4e 84 0.05 vMB 131
207,372 207,372 000000000000017b8b165cdbb34922610840834fd812bfa5984f622a648aa54f 63 0.02 vMB 152
207,371 207,371 00000000000002558ae67edd5e583acaefd30abf7d6b25a68404301dc14aca73 333 0.18 vMB 134
207,370 207,370 00000000000000d66556f6eacb70979c0192d7a139bafcec088df851c98019e8 312 0.16 vMB 312
207,369 207,369 0000000000000111cc9c09ff16bb6ada307e0edab2720d4ea24eca5f05125691 162 0.06 vMB 226
207,368 207,368 00000000000000df123d23b4d2fb10374ae329ff1213469ab7d44c8f14a12cda 136 0.05 vMB 123
207,367 207,367 00000000000001d0c303ca9a8d3f39c7a49be8bc6eeafb62bbeef9ea1d6342a2 10 0.00 vMB 43
207,366 207,366 00000000000001dad33d57dc641e1c2e134d44e65edf40df42c58170a9f07a1a 457 0.17 vMB 260
207,365 207,365 00000000000000287c29d6588671dcd3e428e2a913fe09e0e8286756fcd34e5e 417 0.16 vMB 281
207,364 207,364 00000000000003b318b7a96ec36413adef9a2dd8317f1c2e847206cde22c2fbf 67 0.02 vMB 318
207,363 207,363 0000000000000069dc069a3ca1e0013f191b8f756755b5fa340dddbe00b49c7c 176 0.07 vMB 250
207,362 207,362 000000000000033afc1ef21a017cd2d13b285ace332f891603a9c582975961e8 33 0.01 vMB 152
207,361 207,361 00000000000002cfe54772de51559af473ed507a493721b1971def1a3b87af78 259 0.12 vMB 311
207,360 207,360 000000000000041085ebba556925ee59ab9c37be7270370e7515d83441a2ee59 285 0.25 vMB 132
207,359 207,359 00000000000004457144eafdf15a45f8595438b495b2793018075fd5eb3b4b60 149 0.42 vMB 65
207,358 207,358 00000000000000588d9a3c9ac0599bd5a1c58778837edb849885daf1621d8642 273 0.23 vMB 118
207,357 207,357 00000000000002114f385b4c0489eb1b360e2da8786ad1ff1ca3a3ba0f28452a 96 0.03 vMB 187
207,356 207,356 0000000000000233f22d02cdae7db661453890397a05392568f895629d3f7bf0 117 0.04 vMB 286
207,355 207,355 000000000000030201e0621c0154238bf8e3d1055c97d754a4269e1676db3a8e 11 0.00 vMB 130
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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