Loading Tool

Explorer IconExplorer

Memory Pool

56,390 transactions
32.10 vMB
0.18121920 BTC
Random Selection Loading Transactions
Max Size: 172.80/200 MB

Candidate Block

Mining Attempt 73c16c66a81b6e5252c906d707546ffeb0978c2e16de31a31e077e1b562f1854
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root c3021663ce5130a9ce7d7ccf860f7e20bcb90cee6c809a95ab579bae41497bf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.07172454 BTC
Feerates: 465.21 > 7.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (336,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,809 578,809 0000000000000000001ef75ea14582ce78bc9d6612c8b50f60df9e73d49b34d6 1,973 1.00/1.00 vMB 34
578,808 578,808 00000000000000000011fb7247eedd0bd654b595f97e3734919e029264853a4f 2,682 1.00/1.00 vMB 35
578,807 578,807 00000000000000000004e8147a7332e0c265b65c3668fc249d79474ffc2cdad5 2,587 1.00/1.00 vMB 114
578,806 578,806 00000000000000000007cf988112fc4db52d4907ec507a3eb7ea4a7b5cbda2b1 2,591 1.00/1.00 vMB 69
578,805 578,805 00000000000000000018393d9a49098f433da0aae431e4ee211e498fff95efc3 2,677 1.00/1.00 vMB 191
578,804 578,804 0000000000000000001cfbcce5b63df4ae5bff6b70fa351fda0e7ce6c469bee9 2,590 1.00/1.00 vMB 107
578,803 578,803 00000000000000000019a0afbed3533e247ab66acb88b109306fd40c076e7958 2,496 1.00/1.00 vMB 186
578,802 578,802 00000000000000000009f0d8d9b1ac2a2048a5441413393e9aaf5f5f45c6a8d8 1,746 1.00/1.00 vMB 79
578,801 578,801 00000000000000000021f00b69b068d0d10b754a644d455faba4371cee4aa7db 2,292 1.00/1.00 vMB 65
578,800 578,800 00000000000000000000418aad723880ed061e488f7b46bc95282fd6b1478c11 1,757 1.00/1.00 vMB 24
578,799 578,799 0000000000000000001b05c809263a5ce4915227002b810494a65da32627beb6 2,235 1.00/1.00 vMB 42
578,798 578,798 00000000000000000002ea6510f54ce9d16386a06b8a1a43fce07fc5c9f1f38c 1,636 1.00/1.00 vMB 59
578,797 578,797 00000000000000000012347aa016578e9dc0a0b7076243ac41e2142715f4f0c2 2,490 1.00/1.00 vMB 85
578,796 578,796 00000000000000000019d34240b48fecdd74647f866b3a94ea986b4d9c5b0f14 2,607 1.00/1.00 vMB 199
578,795 578,795 0000000000000000001b7dcd840d3010dc0f1af38ac32401ef0a3c971c48d453 2,468 1.00/1.00 vMB 9
578,794 578,794 00000000000000000019b24eed78b253f8dbb75fea5b68cc2c673497b6472635 1,807 1.00/1.00 vMB 83
578,793 578,793 000000000000000000162c1d454ca092757c7a837024ff00a969fab42dd12bcd 2,872 1.00/1.00 vMB 33
578,792 578,792 00000000000000000024557802c58ebdeed66d2fa951488049b31de8ff529792 877 1.00/1.00 vMB 10
578,791 578,791 0000000000000000002591521d25cd39703e5788e34e91d28fb7092abf66e49e 2,514 1.00/1.00 vMB 111
578,790 578,790 00000000000000000003b7fad5ec8beed40248248ce4adfcb2f705ab1298fa06 1,390 1.00/1.00 vMB 66
578,789 578,789 0000000000000000001da29679a4ead3bc850e3c7a6ecd503095b0f85d704936 941 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.