Loading Tool

Explorer IconExplorer

Memory Pool

81,931 transactions
29.81 vMB
0.06393082 BTC
Random Selection Loading Transactions
Max Size: 180.83/200 MB

Candidate Block

Mining Attempt 9bf41a9b442a74772bcb806f7d200c0ad66a8a93686c8b7db4804161ca17aa1e
Version 20000000
Previous Block 0000000000000000000148141c8e072118c303566a26aeaa1fbb69733bc2c6ef
Merkle Root e4a9f92d9f3a39d1a67698d065e7f3445a780359a83d4555813b8772301c2177
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,836
Size: 1.00 vMB
Total Fees: 0.00305788 BTC
Feerates: 14.26 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,960 (803,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,686 111,686 00000000000119a460c85087d5ca5c4ab7e05fe912c0f1a2deb44b9b0bf4beac 7 0.00/1.00 vMB 248
111,685 111,685 000000000000dd726d77cff3d1e1d16cebc9c064af396758381915b933f516d2 4 0.00/1.00 vMB 0
111,684 111,684 000000000000dcec3dd5744cbfade22f1b1a7451d0b1356a6b7d76aab5219458 20 0.00/1.00 vMB 0
111,683 111,683 000000000000c884e13049339ac170e6a057cd7fa858e1965aa65e9771e6f84b 8 0.00/1.00 vMB 0
111,682 111,682 0000000000005d1760feb8acf982f091bb84558f4784d994ade9c84805c7f91c 6 0.00/1.00 vMB 0
111,681 111,681 000000000000f9a75591471859d31704db85d9f120308d8e0c3eabb6fd50aed7 4 0.00/1.00 vMB 0
111,680 111,680 000000000000ccdb55ec45c66630e0304876d97d149f07a63da51cad4c552a2b 5 0.00/1.00 vMB 0
111,679 111,679 0000000000010e8efbfa5bb6eebbd3aeb1de1d1eb1f4f9ba8c305043c04ccabb 3 0.00/1.00 vMB 0
111,678 111,678 000000000000e24fa29653299e9050264e5dcdd57be3bacbd6f23fee71e88d7f 11 0.00/1.00 vMB 0
111,677 111,677 000000000000e0862bc0345e1d872f0513d4b5f78296fe63484a0aa65b0f296f 12 0.00/1.00 vMB 0
111,676 111,676 00000000000078c32358db6d4ffc15b2385fa60d1e91b227513f9531716b1a27 12 0.00/1.00 vMB 0
111,675 111,675 0000000000002d6b45e6ee03a69eb0414d3e468fec43c2defdfdb5689c1b74ca 12 0.00/1.00 vMB 0
111,674 111,674 000000000001218fd9aef12f8e6b5a87a9bd253c6c5a2a86069fe9db6d4aa908 10 0.00/1.00 vMB 0
111,673 111,673 000000000000611ce7888d047e8fc40b84ec577325d47df114a0683234b0ecb6 12 0.00/1.00 vMB 0
111,672 111,672 00000000000050b3b58cbdc27f4ced8f48f95bfc77bfb599d406be47e7205858 11 0.00/1.00 vMB 0
111,671 111,671 000000000000fb849e154b263851ff0267aa94f88b97001251b3005fe1acb2dd 13 0.00/1.00 vMB 0
111,670 111,670 0000000000006fd705731b19d503966068ece979b656c2be012faf0b659243ae 11 0.00/1.00 vMB 0
111,669 111,669 0000000000002300f241175464a20b1ea01821e4c254644c8ad7e41c5f2071e4 10 0.00/1.00 vMB 717
111,668 111,668 0000000000006d720c1e851e2bcc37b40e445b4d12aa8945c724f3d072a3d2bf 12 0.00/1.00 vMB 0
111,667 111,667 0000000000009a670d42685e0a1b81e810808f5f8ce5baee54fcc06a7aed7409 23 0.01/1.00 vMB 0
111,666 111,666 000000000000c3f613937ef4c14e394e66df73ca1c2f0e4a57a331b70b35818a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.