Loading Tool

Explorer IconExplorer

Memory Pool

42,837 transactions
30.38 vMB
0.07753815 BTC
Random Selection Loading Transactions
Max Size: 154.69/200 MB

Candidate Block

Mining Attempt d5e707b6b43cdfd876490a331fb69a5188ac9af6fabf3b623fd920b39ff23009
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 52c257ff77f0954b31a4ab3d15cc18f357f0e26f61192ff2c14db28d0be2f0bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.01659740 BTC
Feerates: 150.75 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (441,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,210 473,210 000000000000000000c9bf5a917e406b8f32dde1ca138fcf9d84d98b9bfd8589 2,006 1.00/1.00 vMB 313
473,209 473,209 000000000000000000e71f8d2ca1e0903a01f81538c1c3f9247ee713c036f6c4 369 1.00/1.00 vMB 49
473,208 473,208 0000000000000000014c5b07f8aca8dbcd6ce8e4204cdcaff1623217ee67e744 2,108 1.00/1.00 vMB 237
473,207 473,207 0000000000000000009c6ce19be2eaeaeb187db5ee3349f980ef2d5e321e8c6e 1,653 0.99/1.00 vMB 254
473,206 473,206 000000000000000000cf3ed67d9519c33c4eb7275d1f40d4bd16c6c46b279a4b 397 1.00/1.00 vMB 48
473,205 473,205 000000000000000001404f236e563f28bd081b6719c3083be30552059754756c 591 0.99/1.00 vMB 87
473,204 473,204 00000000000000000081339bacfef1dc7c8190e945b50989e27cd8992e767ccf 80 1.00/1.00 vMB 20
473,203 473,203 000000000000000000f606416fc6093252ec6a8f1fe7f78e60c02773937b61cd 1,714 1.00/1.00 vMB 265
473,202 473,202 0000000000000000008641907f01ae73afe1b6d5b3308c659deffe571a005a50 1,613 1.00/1.00 vMB 242
473,201 473,201 00000000000000000055fbc286a9351be9cd86c5b1e8f0f248e83bd911b98383 1,400 1.00/1.00 vMB 224
473,200 473,200 000000000000000000f3f80aa0676696263501327bc84dda730f22f4130d701c 588 0.99/1.00 vMB 24
473,199 473,199 00000000000000000142979e3ed6c04fab8c3abd9337ad0ae9a72f61ac3caf97 1,679 1.00/1.00 vMB 308
473,198 473,198 00000000000000000021b9c895fb6cfbf8fe66fe2cd783a1495c54235929e4d3 1,181 1.00/1.00 vMB 200
473,197 473,197 0000000000000000000c15073290a90778bee4e24f3a5f7794cde6fcb1abbf14 1,304 0.74/1.00 vMB 105
473,196 473,196 000000000000000000ee1feff6671eee8c65710b20c168bc97b8c5d2761af138 2,043 1.00/1.00 vMB 194
473,195 473,195 000000000000000000152967ece3bb65d01c812b9db7e35b0850ab59b3735c15 1,487 1.00/1.00 vMB 194
473,194 473,194 000000000000000000b8a4ed33ba102337c57bed544417b46920b79a4baf78c7 1,748 1.00/1.00 vMB 316
473,193 473,193 000000000000000000c381bfdb4a201c0c872a7ca7b7ee973816961cd2e5b6ff 1,480 1.00/1.00 vMB 190
473,192 473,192 0000000000000000004faab92631ea52a39218f1f181d518a89a933224f72ebe 2,225 1.00/1.00 vMB 282
473,191 473,191 0000000000000000009cca13317b8c14b60c284d1c292fc526788888a77e1660 2,187 1.00/1.00 vMB 355
473,190 473,190 0000000000000000000ef3bb3364ad1ca2c9c2ee943cdb1699a428eaec369269 2,112 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

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