Loading Tool

Explorer IconExplorer

Memory Pool

39,135 transactions
28.37 vMB
0.06783677 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt 48e74b6dd8163da76aca6bc5aefa3c259ffeeb3185969ba87ba8b03492b887e0
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 0c598b4c63647b85d3b40705f2ea73645634fc33b597e9bca316a233a48c170b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,299
Size: 1.00 vMB
Total Fees: 0.01330081 BTC
Feerates: 150.80 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (610,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,423 304,423 00000000000000003f91be1ebd5476a15de1f58b899dd6b6c743e8bd03eb7bc8 575 0.34/1.00 vMB 29
304,422 304,422 00000000000000003a0d58e62399fc4c028e8ca12e7f589d6e9f7cb0c40ca28b 291 0.17/1.00 vMB 26
304,421 304,421 0000000000000000183141df676e87d43a13fe088d88ddec154ddb354f68ad45 507 0.26/1.00 vMB 32
304,420 304,420 000000000000000014fc89dc14f3007dea10bcf0ebc6c2fe30fbb2d9e4f56e31 572 0.37/1.00 vMB 29
304,419 304,419 000000000000000055f362de50f9a4a639be8d6858768abad6e07b3ed7a4158b 136 0.08/1.00 vMB 35
304,418 304,418 00000000000000000af14083d0d91e4a6dc21388d873027f7641ff0f6b68d6b2 49 0.03/1.00 vMB 18
304,417 304,417 00000000000000003099b15d7c5d1f7b8c8c1250eef9a1ee9a16138f0edd944d 308 0.17/1.00 vMB 29
304,416 304,416 00000000000000000ead30f2a70f979a6b07f841ca05302497a92b3c9a9488a3 427 0.24/1.00 vMB 67
304,415 304,415 00000000000000000401800189014bad6a3ca1af029e19b362d6ef3c5425a8dc 526 0.34/1.00 vMB 28
304,414 304,414 000000000000000015a4f0afe01fdd1858405f20c429e87cdca24f528c68c78c 108 0.06/1.00 vMB 15
304,413 304,413 0000000000000000114e0c0942c2b21e36ce15a3d2c13300271b87c99e870e64 281 0.35/1.00 vMB 32
304,412 304,412 00000000000000005a97d9d939e430485c2e380679950a9aff03e5e1bab00e42 405 0.35/1.00 vMB 18
304,411 304,411 0000000000000000403798aa5f4255b2df42b89c1c19d19319cd32193818bdd3 1,043 0.35/1.00 vMB 52
304,410 304,410 00000000000000004f651c0e876321a7b38b256a217635b8ba7af1ea15c75412 16 0.00/1.00 vMB 32
304,409 304,409 0000000000000000149d6a3c137049463070b2257bea0b5d37d04c9877a24db3 249 0.25/1.00 vMB 23
304,408 304,408 00000000000000002916f660d7b4a9670463eaa4ec375500dd4c844926243e16 600 0.35/1.00 vMB 32
304,407 304,407 00000000000000005886c24b4e31bff4c43212b65a8644b7f40b4bff1bd5a3e9 143 0.08/1.00 vMB 12
304,406 304,406 0000000000000000190ca9288860c43676a00416a8c4fca2b889ef14f83b22f1 489 0.31/1.00 vMB 31
304,405 304,405 00000000000000003741959375d37ee1582637db7ebb661f261a50dfa1a9861e 357 0.15/1.00 vMB 37
304,404 304,404 0000000000000000401bd09e00abdb28c3d1c4ab43ae40f4e8bed00d5c7621be 619 0.35/1.00 vMB 28
304,403 304,403 0000000000000000447af35eef19214af6e0d42c63401291c4e734aecf89169a 361 0.25/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.