Loading Tool

Explorer IconExplorer

Memory Pool

45,928 transactions
26.71 vMB
0.05851712 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt d1bcb82bf590eb03d5da792176fcd3f78aed7eead52a67954afafe7937eab6bd
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root 194a762d9b9924185854a1ed7784e1ae18452b3a9570d6bc75452b33b37f22de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,621
Size: 1.00 vMB
Total Fees: 0.00933919 BTC
Feerates: 150.58 > 0.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (341,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,897 572,897 00000000000000000015ee837bd03b22965a6701f9e51307608654c41fb86770 2,920 1.00/1.00 vMB 135
572,896 572,896 0000000000000000000ee60b4c87a6f3d66efdbd37396f6b317b922c2e7f04fc 3,071 1.00/1.00 vMB 102
572,895 572,895 0000000000000000002aec9cbdf8aeddc445966166c87ab87508364408f2a3b5 2,542 1.00/1.00 vMB 88
572,894 572,894 0000000000000000000a1da3028ffb653961f05ff14ac7c28064777a94563a7a 2,272 1.00/1.00 vMB 106
572,893 572,893 00000000000000000003a242054b4b80d5d8eca2ccea0568e14907a29509cec8 3,088 1.00/1.00 vMB 84
572,892 572,892 0000000000000000000f8c62eb399892740b5e52d8953bdb5ca5404dc77f513a 2,897 1.00/1.00 vMB 85
572,891 572,891 0000000000000000001da427b7ffb0f7ffb17264b90540a7edcd0a8c974cfd11 1,440 1.00/1.00 vMB 97
572,890 572,890 0000000000000000001d8a7cc44e4334d09ee54b4e294586e80a715ce5ac7621 2,001 1.00/1.00 vMB 98
572,889 572,889 000000000000000000144223e0f061ec9fba6d93a50487c805dce8fd07f23a52 2,107 1.00/1.00 vMB 117
572,888 572,888 00000000000000000001ee8f8c1ad02c20aac9db60ac9c8356ccc49f4cf32202 2,976 1.00/1.00 vMB 82
572,887 572,887 0000000000000000000ff61226bbeb453ff62f2e5d042ad7e163af40ecdd754c 3,001 1.00/1.00 vMB 67
572,886 572,886 00000000000000000022c72e861dd9b06787d42bf86f1e58bf68d149eba49c24 2,977 1.00/1.00 vMB 75
572,885 572,885 00000000000000000026c0b24636473481ed17949f6dcd2710666033fee078a4 2,716 1.00/1.00 vMB 109
572,884 572,884 000000000000000000042290b9cc1bf4145077ff5f15c308b4db3d688509b569 1,553 1.00/1.00 vMB 97
572,883 572,883 0000000000000000000a79783db03d413d870cec24fef27360d99e220effbe3a 1,516 1.00/1.00 vMB 275
572,882 572,882 00000000000000000007744fd05bab15b677dfa589705c62325ae95cfb5a66f9 3,143 1.00/1.00 vMB 84
572,881 572,881 00000000000000000006264179efcaebe5f1072c7c3dff729f24df8fa90e8a0a 3,217 1.00/1.00 vMB 78
572,880 572,880 0000000000000000000e2b137e50bdfbec5e6ffcd6858355619bf16880d8e78b 2,892 1.00/1.00 vMB 86
572,879 572,879 0000000000000000001b4bd999291803be2ba2aba4bd6f986871833f1ef1da62 2,902 1.00/1.00 vMB 97
572,878 572,878 0000000000000000002485ac6a7c690548d4dfa0a690cb5e2bac4fbb177cced0 2,588 1.00/1.00 vMB 77
572,877 572,877 00000000000000000002c268c929dfdb440ca305f7f61ef32a5beb96e3421491 1,163 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.93 GB

Node Details:

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