Loading Tool

Explorer IconExplorer

Memory Pool

79,305 transactions
30.73 vMB
0.10765020 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 640da646d94f7ec77f57373fac17d36a948f023e68edc353564741f1f0027962
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root cec55b54827ce7b05dae084f3355530c2cdca50fef3e6c587525a85f12bcd769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.03425674 BTC
Feerates: 201.36 > 3.43 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (207,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,286 707,286 0000000000000000000b7a568e4426cd8be9d19c99a7794fe2f68f626ef06e2f 1,823 1.00/1.00 vMB 15
707,285 707,285 0000000000000000000df7f644ba675f4fb606cc27af31ed3ea2e466f75ca1d9 1,242 1.00/1.00 vMB 7
707,284 707,284 0000000000000000000320a1c3344946233d9de2d6fa261e39f47f533c4f8e65 2,361 1.00/1.00 vMB 7
707,283 707,283 000000000000000000011902962e87aab1e3c90cdc2cda0cc8f5e7c5e64a667e 2,648 1.00/1.00 vMB 10
707,282 707,282 0000000000000000000ac1cb6d24098f7df0842098e089fce3d7e026d0c1d7ef 3,547 1.00/1.00 vMB 27
707,281 707,281 000000000000000000065bd24f9558f971ff476f2de83f1f4d2edf01c574aa35 2,856 1.00/1.00 vMB 10
707,280 707,280 0000000000000000000048dc4b81a562ca43cefd3507e06c2c44eafed5f276e3 3,214 1.00/1.00 vMB 9
707,279 707,279 00000000000000000000579c4d4a8ba0aeae56d8bd4e8df7daedb7a626852e48 3,036 1.00/1.00 vMB 13
707,278 707,278 0000000000000000000d64dda4066474163430255e762f50867662489d4f2479 2,746 1.00/1.00 vMB 15
707,277 707,277 00000000000000000000438026b53581e83d4750d4def160db84562881a22c56 2,734 1.00/1.00 vMB 23
707,276 707,276 00000000000000000006b88b6faca11b41f1d19b03edb299ce3c8a21e7bd43ea 3,174 1.00/1.00 vMB 15
707,275 707,275 0000000000000000000bf88ab0194a9bd2048531de9a2305743bccd0810d8c53 2,526 1.00/1.00 vMB 24
707,274 707,274 0000000000000000000237138f39623596691b7f41e37ce873d5f8cf49b6e307 2,560 1.00/1.00 vMB 4
707,273 707,273 00000000000000000003a2546ceef835e7b6970fb78a87cff0a417aa5781c751 2,902 1.00/1.00 vMB 5
707,272 707,272 00000000000000000002ce4acd9c418d70933743d9af018588fc6dca43a0cf25 2,867 1.00/1.00 vMB 15
707,271 707,271 0000000000000000000914460e6ecb0796c912e9370de609728436e926d553a5 2,767 1.00/1.00 vMB 11
707,270 707,270 0000000000000000000b26be7eda231e2345214ad064f2cc86cac62fc19643c1 1,837 1.00/1.00 vMB 6
707,269 707,269 0000000000000000000036aa97dbe051f44cfbb5b44cea3b73a83b1975ede05b 1,127 1.00/1.00 vMB 4
707,268 707,268 0000000000000000000345ac45ace05338762b82b3aaa8d69c8eb78a2fb255f8 1,836 1.00/1.00 vMB 8
707,267 707,267 00000000000000000005f5014f50afb9cd3df8fbf1a46905289131c6911b8f73 3,614 1.00/1.00 vMB 11
707,266 707,266 00000000000000000005fb40ddba1ba2386ebb6962d9d32f07072368980a9f68 2,389 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.