Loading Tool

Explorer IconExplorer

Memory Pool

79,816 transactions
29.82 vMB
0.08045979 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt 5f79cd9b0f65ba5a5b575ccaa82ebff008b025f6272ddf16fda786438dee7ed3
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 496df774016d559b236ede9c0a8e3265d9e7f76eb0b1fcdfbf88fd226ad22397
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.01951653 BTC
Feerates: 100.29 > 1.96 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (805,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,610 109,610 00000000000135ff672576d9e8a1301c2c6906e97e34ed4e3be4352cfceb0b3d 9 0.00/1.00 vMB 0
109,609 109,609 0000000000011e6c46b6f6d6ee4ce9505e8ef83b159d35b2f9acb72b87419f07 10 0.00/1.00 vMB 0
109,608 109,608 000000000000ff66b32a88fba687dd29bf4297f39f844cd72b1272292f59c888 12 0.00/1.00 vMB 0
109,607 109,607 0000000000015cb59f2a50ff9ea4120b5ee140a4d9f531c0256e41c552bff5c0 3 0.00/1.00 vMB 0
109,606 109,606 000000000000fd82355922743ccc154ed170b096c848d1568b6e40afd6b3dc92 12 0.00/1.00 vMB 0
109,605 109,605 00000000000042fedb2196c1209a6bf5f32ba9270cb7a3494d02934d0917c2ce 2 0.00/1.00 vMB 0
109,604 109,604 0000000000008bb094f2d35fc7b676b651dc2f55df2417b86f8725a81b2a2bf6 2 0.00/1.00 vMB 0
109,603 109,603 00000000000005d4624a494966662120bf4ff9fcac9bc56c2da84c7a89cc62a1 74 0.03/1.00 vMB 0
109,602 109,602 000000000000c1633234ecd735cf541094a61df4517ad0c6d0fb49f8ba5c9b45 7 0.00/1.00 vMB 0
109,601 109,601 000000000001bfd341793843c81080da2f866679795fed5abb0ef9c35c544cff 10 0.00/1.00 vMB 0
109,600 109,600 0000000000019079d8999a42b26a79dd1e959cb16010b2409a997067e305e103 13 0.00/1.00 vMB 0
109,599 109,599 0000000000018af3998a8af3e0f9936499e21d3918de3bcaca94bd3fe7537345 41 0.01/1.00 vMB 0
109,598 109,598 000000000000869967871783e7267829559de5b140a49be8f7e6bc37472e8413 12 0.00/1.00 vMB 0
109,597 109,597 000000000000f013f2cdf19b9c113db4e74711ed82ddf60676527645e4b4f831 12 0.00/1.00 vMB 0
109,596 109,596 000000000000ba4d5b867a2068d2e81f87f22de266bf508993d98e8549ae1db8 11 0.00/1.00 vMB 0
109,595 109,595 000000000000614f24d3672c92d5c94297311e4a71254e204425fb37576087b4 10 0.00/1.00 vMB 0
109,594 109,594 000000000000ed2018be2d8050ce727fe397ccda1c3296e896ecc48ff113e19a 10 0.00/1.00 vMB 0
109,593 109,593 000000000000ce93d09af100559daa922c96ab03212f098d1090291bfb0ade4b 27 0.01/1.00 vMB 0
109,592 109,592 00000000000118a24f3e4b989f49c416320951e529d39d2f5b604b6586900f95 12 0.00/1.00 vMB 0
109,591 109,591 0000000000003ba98a53b8bb7a1b973fec7b6d3b69ccf9cba427b250322bd74f 12 0.00/1.00 vMB 0
109,590 109,590 0000000000014da3ed1f8f0f7e0c2ed349512eea615860eaa2cb47ffe7c8aa48 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.