Loading Tool

Explorer IconExplorer

Memory Pool

46,141 transactions
31.73 vMB
0.11954410 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt a5c287f54d1424b2b7147a7bd9adc54ba28b773a9807d4f4723b9d1287cfb713
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 7d23b605723bec8c867bb037e795cc5c8f86c99b76fe0ac4194504b0db578f4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,740
Size: 1.00 vMB
Total Fees: 0.04989679 BTC
Feerates: 301.05 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (814,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,688 99,688 00000000000429a4f111d761391f196b2d820d56ccdff46da4ac1eb1c0211281 4 0.00/1.00 vMB 0
99,687 99,687 000000000000d3853ecb9280da3d22bc5552285e872724f14df13bb8e9bff31a 1 0.00/1.00 vMB 0
99,686 99,686 000000000002c10fc80e556b663f01bb4de05830cb5c8d6ae07dfb19cc2ef045 3 0.00/1.00 vMB 1,584
99,685 99,685 0000000000001ed54d5501e29b1a4aae6f9e51ec513e9bb5c4e30a24026936b2 1 0.00/1.00 vMB 0
99,684 99,684 0000000000021b4d47c11b006aa7947c6a6d5f50b4eb32f303d36ea0582e83f1 1 0.00/1.00 vMB 0
99,683 99,683 000000000002300bc3c0691822d08de23d94b2362f5b9d89d5811ab6fe56926f 1 0.00/1.00 vMB 0
99,682 99,682 000000000002e58a7cdd789751cc32a1498e3d9eb8480ac4ea49d410e3cf0c5b 3 0.00/1.00 vMB 0
99,681 99,681 000000000000011a1533071bea6e261f2b7c7819c60bff2797d61f0192c2a05b 1 0.00/1.00 vMB 0
99,680 99,680 00000000000321c9d0c422b9a9b85b3306e29b5ea542333b5d63e43d1ea6e7b5 5 0.00/1.00 vMB 0
99,679 99,679 0000000000043e13ca524478e7d8b67dcd85c7919eabfd119e6796e1a4edf742 2 0.00/1.00 vMB 0
99,678 99,678 000000000001a35c2d58356f817848178acd83babd0f2c8db9afb50a000606f9 1 0.00/1.00 vMB 0
99,677 99,677 000000000001a7854d16cb76fd6ce3fa145ab4d638775ce70ab2cbf0c413b9ea 12 0.00/1.00 vMB 0
99,676 99,676 00000000000044ed82413a362d1e0479de071fded79019d10db43c02169cd13b 12 0.00/1.00 vMB 0
99,675 99,675 00000000000378360528538bedce727c9df75b016b9fdd7288d860c54a0980a0 7 0.00/1.00 vMB 0
99,674 99,674 000000000002ff6eb7620049a85fd51fce0a7478d81847793a5ce485a0e2dff5 3 0.00/1.00 vMB 0
99,673 99,673 000000000002f99e2b7d7e6a0f43c9a1e1630692b14af93e8736796074104f97 2 0.00/1.00 vMB 0
99,672 99,672 000000000000bfc98dd4a4b4aa65616b874b139ed02defa7818db5363b17a623 12 0.00/1.00 vMB 0
99,671 99,671 0000000000025c8818c412e739b08c39ea52562e0d1c188a8176687a9236710a 13 0.00/1.00 vMB 0
99,670 99,670 000000000000886ed915cee3d9429890ea5d450a37b3d5a31faa2e5a2ac6e3d6 5 0.00/1.00 vMB 90
99,669 99,669 00000000000049901f28f258c70644ac603872141acb121471af9aa841cb7a26 10 0.00/1.00 vMB 0
99,668 99,668 000000000002e348766227f8522ae73c70450ca8c33946868565771f2c32e28a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.