Loading Tool

Explorer IconExplorer

Memory Pool

79,548 transactions
29.68 vMB
0.07457524 BTC
Random Selection Loading Transactions
Max Size: 178.46/200 MB

Candidate Block

Mining Attempt c003cceb95499f92fda7b32c84eba0dca3c9cca6bce6a20969dbf7c19cfff9ff
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c79bfb0a4fa22a9e574a05075386605281197af33c247f5a9bf2f76491628b79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,282
Size: 1.00 vMB
Total Fees: 0.01410118 BTC
Feerates: 74.18 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (445,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,297 469,297 00000000000000000087b590aff18688c64f390bb6b6099507d05cd2d3ea234f 2,236 1.00/1.00 vMB 372
469,296 469,296 00000000000000000031e74ab0045c258f5cc9e770e8c58c99839d51f1e06871 1,830 1.00/1.00 vMB 299
469,295 469,295 00000000000000000132636d1255f3d27f1a3619807623bc3de3156431a5ce2d 2,176 0.99/1.00 vMB 424
469,294 469,294 000000000000000000a3db688caccbe5e0ac6632e0e9d2b28daf2bea075311a3 2,650 1.00/1.00 vMB 472
469,293 469,293 0000000000000000019aa4a3eaf2d8ea5320c1530c47392ce2ceb7c462ee05d5 1,947 1.00/1.00 vMB 327
469,292 469,292 000000000000000001457cf38cb02636c35450ac9a948653a8b58b6b037eaee0 2,622 1.00/1.00 vMB 463
469,291 469,291 00000000000000000026226e7f1f718f7dc10caf6935ec82a7fa1bf7bb89af05 1,682 1.00/1.00 vMB 384
469,290 469,290 00000000000000000145e732e23ddd43f64228c738103edaa676ea2c1d229770 1,762 1.00/1.00 vMB 488
469,289 469,289 000000000000000001d1a3b12ac4361ff46b46b7f6e312cda45316b4ab6cf74d 891 1.00/1.00 vMB 189
469,288 469,288 0000000000000000000e3fcd4ac52c94831796bfe6c0d2b5f2615bdd4862d57a 2,129 1.00/1.00 vMB 162
469,287 469,287 000000000000000000d12f4107c1e6af7fca2fea6ef466f5d499f272cc25ea53 1,996 1.00/1.00 vMB 362
469,286 469,286 00000000000000000072758fd7c17ba0ee15fdf22762c4fb98030b766610042f 1,520 1.00/1.00 vMB 280
469,285 469,285 000000000000000000e8c9f93323d030415e4bf77cea0ac82045fc5d60aa76d7 2,071 1.00/1.00 vMB 287
469,284 469,284 00000000000000000134be43a66e66198fc0c328e9d2d6a155ed6da3ca7e8d03 2,025 0.99/1.00 vMB 315
469,283 469,283 0000000000000000003c04466d6a17132b4ad345e2932560baccfeaf28b4e46d 2,022 1.00/1.00 vMB 365
469,282 469,282 000000000000000000dbf426a1f6ab777e863c7ec566966e55d4f10ef3dd69dc 2,546 1.00/1.00 vMB 457
469,281 469,281 00000000000000000183f0e14f7d064512eb5140a7b1612c705acb0c3596d36b 1,144 1.00/1.00 vMB 210
469,280 469,280 00000000000000000195bd36da766576a7a94131cb1c1e4ada961703783cb5b3 862 0.99/1.00 vMB 273
469,279 469,279 00000000000000000127516f749150ac33dfceaaabc0b37f9e4c7bb4c48fdff7 2,279 1.00/1.00 vMB 307
469,278 469,278 000000000000000000df964d8b1ac4cf8b07d2b045c7314fa1fe47f67edb4525 2,254 1.00/1.00 vMB 356
469,277 469,277 00000000000000000148813d5c19232383c99a75a2335ebfc312991a194321da 1,522 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.