Loading Tool

Explorer IconExplorer

Memory Pool

84,625 transactions
31.85 vMB
0.10975548 BTC
Random Selection Loading Transactions
Max Size: 193.41/200 MB

Candidate Block

Mining Attempt a4707417d9dd4fe4466ff791f2d0773a6ec0335cc9587a7f2841f5a48bafd6a4
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 72f24b25ad3e149be483b53472dd301084f0a257da66e2b23964b337b5084e6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,759
Size: 1.00 vMB
Total Fees: 0.03244895 BTC
Feerates: 299.43 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (478,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,923 436,923 0000000000000000015f57903341b5a6b437682912042817bf22b0cef545d7fd 1,555 0.75/1.00 vMB 48
436,922 436,922 000000000000000004479996a64418deaf535114ef01575768f4bc312b9fb5b1 2,270 1.00/1.00 vMB 57
436,921 436,921 000000000000000000a446a0138598b305d8648056d35928ade5e3cb4e71bb1b 2,254 1.00/1.00 vMB 87
436,920 436,920 00000000000000000318d79ef7b0731c5df084d1222cedd563021a511ee56f9b 1,056 0.75/1.00 vMB 68
436,919 436,919 00000000000000000365e2ee8fcb2cc2f1903549954ff85adfafa17634da2006 2,279 1.00/1.00 vMB 85
436,918 436,918 0000000000000000030074d13c0b9d5c9a78effabbc58b7c3f57fdc94a948e59 2,172 1.00/1.00 vMB 68
436,917 436,917 0000000000000000018bf4c2488c75ec1a923f375c9440b0cc331f9586946dd7 2,246 1.00/1.00 vMB 69
436,916 436,916 0000000000000000015f4c8b8a85c6a3c62ec955593749c3530ff7106477cfb7 2,625 1.00/1.00 vMB 69
436,915 436,915 00000000000000000203b1c9d9410ddd78a231211ec90703734d376368e66651 2,143 1.00/1.00 vMB 81
436,914 436,914 0000000000000000025e5cf18c68aad2ef1d9c61ff97f1e2fb05234803d0decf 361 0.10/1.00 vMB 64
436,913 436,913 0000000000000000041d08d4ee1b3cebe4b64c1675715ebad0de1db338e812ae 2,369 1.00/1.00 vMB 76
436,912 436,912 000000000000000004107ae2883432e7e428b1dcaacbd2c6ac2e091ddda0371e 2,571 1.00/1.00 vMB 85
436,911 436,911 000000000000000003f1ca5b21f0db5f4f7d1daa7ec13704d6f30bcbaf2d853e 2,263 1.00/1.00 vMB 70
436,910 436,910 000000000000000003c7028fde39d6ecf34f18a04d17b647f080f08e533c4539 2,512 1.00/1.00 vMB 93
436,909 436,909 000000000000000002163d9245bd1d5c7fbeefaf4bac486d48aa5779995e752e 2,538 1.00/1.00 vMB 81
436,908 436,908 0000000000000000042b78543197522dfcc4bd9c77db1d192a215a1538d28302 741 0.99/1.00 vMB 47
436,907 436,907 00000000000000000126a0828fd9c091123476ccaa7633cdf0cb19910a8394ed 1,272 1.00/1.00 vMB 62
436,906 436,906 000000000000000003f776c1f6fc3caf67905daa3695560bc7b3d4dc0ddab3ba 626 1.00/1.00 vMB 52
436,905 436,905 000000000000000001921e8850933d3441a2afa53efe1c74d6b498d0f8446d6e 1,280 1.00/1.00 vMB 72
436,904 436,904 000000000000000001c9bb0840fb18c042949034c99c46287ed42bb0f6c9bed6 2,389 1.00/1.00 vMB 74
436,903 436,903 0000000000000000023f9d95e762f92b13b6ab395741d6d7af831fbca4e657a4 2,408 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.