Loading Tool

Explorer IconExplorer

Memory Pool

43,956 transactions
27.45 vMB
0.08308007 BTC
Random Selection Loading Transactions
Max Size: 143.68/200 MB

Candidate Block

Mining Attempt 588a921e53a5a6dfa2011d5c1ec985b154d21570d72df1d0b57171fdd24176ec
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 8cfe14454745cb2742417bd9668907fbd141ec01e078c6a54dc84cc095ee1090
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,805
Size: 1.00 vMB
Total Fees: 0.03065240 BTC
Feerates: 151.65 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (290,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,873 624,873 0000000000000000001185d381cb8244e12b91c284631e7b7fc53f99a7b06a24 1,758 0.59/1.00 vMB 18
624,872 624,872 0000000000000000001219a6f38308590a3ac4545665ebcdd9ff30c0d2a922c1 1,611 0.53/1.00 vMB 13
624,871 624,871 0000000000000000000911fdfcddd9aa8986754e4304ac724c084d9175e4b8bd 951 1.00/1.00 vMB 6
624,870 624,870 0000000000000000000e94c5d20c43ed2f9834c83ec538b4c3ba7a6b8b483bf1 2,011 1.00/1.00 vMB 11
624,869 624,869 0000000000000000000178c69441f29fa0b14b1ebd10f000c81ba377cebf77fe 358 1.00/1.00 vMB 2
624,868 624,868 000000000000000000097a2e258ea67490c84bff56e848bc2ba5b3899e691891 1,623 1.00/1.00 vMB 6
624,867 624,867 0000000000000000000f60b0110ab9dcf8f0696be7df37d982903289d22763a9 2,567 1.00/1.00 vMB 19
624,866 624,866 000000000000000000027c49eebc87d9aa31ed8def3c4ba52f1c09609fefccab 2,234 1.00/1.00 vMB 5
624,865 624,865 00000000000000000005d973a91466a3387eab4b8c6249da59412a7f7db2bee9 2,760 1.00/1.00 vMB 8
624,864 624,864 000000000000000000002f6373e2216884b4ee518c1ef2f5863342b2c9d51b32 2,865 1.00/1.00 vMB 31
624,863 624,863 00000000000000000010a5c01efc40ff8c985940dc70a60889270a0988d27588 2,157 1.00/1.00 vMB 10
624,862 624,862 000000000000000000118f9e40425f423afd55326c9c32b5ba63a44cac06b093 2,117 1.00/1.00 vMB 25
624,861 624,861 00000000000000000000c314eeabbf0e9311bde48c62c19f2d110cafbec4d8f0 2,511 1.00/1.00 vMB 14
624,860 624,860 00000000000000000000553436dbe7f5fc177e26cbac6279b1cfa3bb9988ac8e 2,201 1.00/1.00 vMB 11
624,859 624,859 0000000000000000000950d54a3b808c7b210d27654bb50ef8585dac15f84c23 2,694 1.00/1.00 vMB 23
624,858 624,858 000000000000000000046bc945a58ab5538cfabe067189dff9b0c292e4b83463 2,971 1.00/1.00 vMB 22
624,857 624,857 0000000000000000000cb02b9b4be31eaf46b6320324cb038ad02fc5f723c99f 2,944 1.00/1.00 vMB 28
624,856 624,856 000000000000000000044757941edd6f37e85c956b798b59cd55362523cab93c 2,428 1.00/1.00 vMB 43
624,855 624,855 00000000000000000012e57c2d8b716c90841e65966ef5e2b6fb0149265c4a2a 2,135 1.00/1.00 vMB 15
624,854 624,854 000000000000000000031b6678ab83340e91aa30590539b1fa545d42eb3d7c8d 2,312 1.00/1.00 vMB 17
624,853 624,853 00000000000000000004a7794e211727a365e76178b4cd29b37a0a3a4de9e1da 1,811 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.22 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: 654.71 GB
    • Received: 14.17 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.