Loading Tool

Explorer IconExplorer

Memory Pool

21,578 transactions
5.12 vMB
0.05397322 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.79/200 MB

Candidate Block

Mining Attempt a5dbd7fca28770ab18bf6d7c3ce6792c2ff1a874bb3550cbf4512e92801d5d41
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root 79637d36fc55a9e4b7eb5afe1a549a0cfe6cc3fcf37d204578fa62938ddbd7b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,415
Size: 0.69 vMB
Total Fees: 0.04219763 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (781,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,365 131,365 0000000000000be6c99917cce1fda364edb10626a26466f6792ea8cbe3e44880 0.04 MB 50 854
131,364 131,364 00000000000011bf9d9bc2730f0b5f5a64778b087bfd32dfe0f068f3fc2aad69 0.04 MB 64 504
131,363 131,363 000000000000061de3b6122ba43154ed4e6ce0da158a6417226f22a02fe1606b 0.01 MB 16 1,337
131,362 131,362 00000000000008d326c8897454365e05566fa1adbd656f20710f3b39a2316ee5 0.02 MB 48 1,253
131,361 131,361 0000000000000172522d233fcddd594a3e8466853c9cbb2b4bc9ff730300720e 0.01 MB 13 1,463
131,360 131,360 000000000000063e61fcfa566bc98e6027cc4dd6e4b16f65092f96b2c47194aa 0.02 MB 38 735
131,359 131,359 00000000000009675c9e859b44d539f8ce928923ae78ef18bb3e196eedf610da 0.03 MB 55 1,192
131,358 131,358 000000000000086afeddf8b0e5579b66abfd1ee7bf1d95c650c6c8080f5686c5 0.01 MB 32 2,265
131,357 131,357 000000000000077c3bb73a8e702c063ee2b7073d95dc3030a785d732ba3b5ed7 0.02 MB 56 1,114
131,356 131,356 0000000000000fab2d149e749b21b37cf87f29e56d976995765797486ace2c8e 0.01 MB 15 849
131,355 131,355 0000000000000787fe7ed782e2907e9dc61dcf3d87bbc2cd1ca6a61e482a0748 0.05 MB 148 498
131,354 131,354 0000000000000ad2b472c7246b4bba08e0bf13853fa3b4ac1491322026af9021 0.00 MB 1 0
131,353 131,353 000000000000092cccef8c0b14767d5c5ae17b6c45279e226d5808ffb2f92784 0.05 MB 69 1,049
131,352 131,352 000000000000102fe5c6904296f7aa14c06a5b11972052faa458e98903eda250 0.05 MB 167 251
131,351 131,351 000000000000094c017290273c5241a5aab361120e92bfad5e36f7137c5e6ec3 0.00 MB 9 1,525
131,350 131,350 0000000000001132b4660387dde8594a501b3967c5ce5f01c7a3f89d1ee7bc9f 0.00 MB 10 978
131,349 131,349 00000000000011f5e217a0d9464c5e0ee75eaaddf8758111fec268ab5c598a8c 0.04 MB 95 697
131,348 131,348 000000000000073c02980dce50f0c687813a3180d6581c425e47626992c21e79 0.01 MB 25 1,235
131,347 131,347 0000000000000043b581b509b2088d6a57fb84f4ef4189053979e852467b6d87 0.00 MB 1 0
131,346 131,346 00000000000012ca734f48034b68122be3d6df22e69fd96fcf35153e120a19cf 0.01 MB 20 146
131,345 131,345 0000000000000e9d085d44098ea294f65725e2073f042acd81f1ba3772b4c46e 0.04 MB 76 881
Previous 10 blocks ↓
Total Size: 778.82 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: 363.75 GB
    • Received: 3.29 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.