Loading Tool

Explorer IconExplorer

Memory Pool

39,256 transactions
26.97 vMB
0.05297208 BTC
Random Selection Loading Transactions
Max Size: 140.83/200 MB

Candidate Block

Mining Attempt 8b63c759c708baca89653fcb69d3ccb352df47e54827c6dccc917b9732d0e8e5
Version 20000000
Previous Block 0000000000000000000003e85e5accad5e43259b5ffd52a89201f6997e6dcb9f
Merkle Root 70d39cc20d7baf7f8713e94e4f0c4849fd73f184af1b15a41bd2d52ac9c10f3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,805
Size: 1.00 vMB
Total Fees: 0.00303513 BTC
Feerates: 6.03 > 0.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,864 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,802 914,802 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba 3,802 1.00/1.00 vMB 2
914,801 914,801 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125 3,580 1.00/1.00 vMB 1
914,800 914,800 0000000000000000000146f24292e58a040c8fb0bab514600d5efa3c643c3b59 689 0.31/1.00 vMB 2
914,799 914,799 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1 5,731 1.00/1.00 vMB 0
914,798 914,798 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7 4,745 1.00/1.00 vMB 1
914,797 914,797 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b 3,601 1.00/1.00 vMB 1
914,796 914,796 000000000000000000012894a01faeb294ca7f0d6983c80496d746bf6871bb16 2,142 0.79/1.00 vMB 3
914,795 914,795 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b 3,616 1.00/1.00 vMB 1
914,794 914,794 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9 2,707 1.00/1.00 vMB 3
914,793 914,793 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9 3,851 1.00/1.00 vMB 4
914,792 914,792 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa 2,843 1.00/1.00 vMB 1
914,791 914,791 000000000000000000020fcdb94170ec39d89e960a570b32da2137683a5b4110 3,772 1.00/1.00 vMB 9
914,790 914,790 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8 3,945 1.00/1.00 vMB 5
914,789 914,789 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2 3,134 1.00/1.00 vMB 1
914,788 914,788 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191 3,182 1.00/1.00 vMB 3
914,787 914,787 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e 5,928 1.00/1.00 vMB 1
914,786 914,786 000000000000000000006cc13a7fe0fc3de0400de8b489ed11928b4380e55c05 4,484 1.00/1.00 vMB 1
914,785 914,785 000000000000000000002883e2db8e7f306feb6f0384b64117c6563d69cb44d4 3,148 1.00/1.00 vMB 3
914,784 914,784 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c 3,110 1.00/1.00 vMB 3
914,783 914,783 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65 2,907 1.00/1.00 vMB 3
914,782 914,782 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796 5,185 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.15 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: 652.98 GB
    • Received: 13.81 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.