Loading Tool

Explorer IconExplorer

Memory Pool

19,400 transactions
8.80 vMB
0.03511868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.61/200 MB

Candidate Block

Mining Attempt d50f03631e4053d009907e5e5116122787e7bc16dd79e31dbcddab5c9b425296
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 8d6fe88e84bfd1ca4a84d2eb8b61801f28dd12885cc6707220cbfeaadf32f407
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.01581868 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (690,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,292 223,292 00000000000003be7edf141b2ef8a705cf6975919d674f560eb2b3ab3cd3e8ca 584 0.23 vMB 201
223,291 223,291 00000000000003657b4ba38c9132b127a60ae77722f09e9f9ed23b795c2825c0 229 0.13 vMB 149
223,290 223,290 000000000000032cbc5fb1b3d8d17b6ffdd7a10b9e6054ddea27d5ef8f17079f 9 0.00 vMB 363
223,289 223,289 0000000000000306190c399f2df82b2cc1ec8d6d0d4497b4132cb054854b7cec 91 0.05 vMB 164
223,288 223,288 0000000000000391f74b7d5b3bae80672fd92795617137999895beb7a2791fcd 572 0.21 vMB 247
223,287 223,287 000000000000003ecf6dbf0d1936bf1f3d7ede1f18172675d1107d7c50587a21 151 0.07 vMB 183
223,286 223,286 000000000000037be2451b909899669b63878f5766d1f096792efed04f84f7ba 94 0.05 vMB 186
223,285 223,285 00000000000000c3c23a3d361aa976d703668170aec83a2382a20c9cf15db42c 289 0.13 vMB 191
223,284 223,284 000000000000003993b28afc1ab17e3bc72b9a67a514b9bc47df5aa93d4d88eb 486 0.41 vMB 7
223,283 223,283 000000000000014e0c17e3f75383f02ff377b45f8622621ccfd2e276f1f50baf 321 0.14 vMB 184
223,282 223,282 000000000000011015a0061ff73ed403667e9f5efb4ecb0c69cd05addf25c2a5 97 0.06 vMB 158
223,281 223,281 0000000000000067fc07fd1d9c6f2f211734ad9397c4161f542f4aac9786ce50 502 0.25 vMB 201
223,280 223,280 000000000000015d72b00691331731affa61521eb36bfb13e22d922a1d890224 167 0.10 vMB 153
223,279 223,279 000000000000014e8ea423e31b9330b24bf0f4ea85e33bd535be48a2513f88cc 116 0.11 vMB 91
223,278 223,278 000000000000018b835ca316913f25fb9fc5553ca439e6da118de8cbf9414b19 391 0.25 vMB 122
223,277 223,277 00000000000001eafb17a67583fde15b1dc2a1df0a5702619cbe11a87d8e120d 816 0.25 vMB 302
223,276 223,276 0000000000000377def85553ac03a4fac3b838e6807afae60b861020fc7fdc8b 148 0.05 vMB 182
223,275 223,275 00000000000001392defc49795f6ae1730039be633bdba713f21815598c6f24f 532 0.25 vMB 166
223,274 223,274 0000000000000100fa45f65de023f2dc30986a030023ea412998b45536497fb7 478 0.28 vMB 135
223,273 223,273 00000000000003f1730ec0aedb09991c297b1e8306dad4f52992f4e6d5532a9b 832 0.25 vMB 285
223,272 223,272 000000000000005b7e74206780d3f4c9a90d6688852ade072446de813dbcc730 539 0.25 vMB 184
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.