Loading Tool

Explorer IconExplorer

Memory Pool

42,339 transactions
26.08 vMB
0.05280847 BTC
Random Selection Loading Transactions
Max Size: 136.87/200 MB

Candidate Block

Mining Attempt 86f6be4e064894352c7968d8e3d6fcf8e1f28032e1b8d43108c562679d3017a8
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root e613b38ca2e08a45cd1b5ec992713b8e9f538dd70947a8f9153d909f01fdae7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,235
Size: 1.00 vMB
Total Fees: 0.00538827 BTC
Feerates: 100.28 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (444,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,900 469,900 00000000000000000016e36409590c7e790bafe6dca05b07623587be1187e327 2,032 1.00/1.00 vMB 268
469,899 469,899 0000000000000000008126e666fe45657212c8a3e4efd721860ac8d35b52376b 2,194 0.99/1.00 vMB 305
469,898 469,898 000000000000000000756e66afef449216eabd77da9abee820b0e6e5f4f26e38 2,092 1.00/1.00 vMB 394
469,897 469,897 000000000000000000d8def8e50ac622fe9f3d324e4e0baac2888c9d93de3e58 2,213 1.00/1.00 vMB 335
469,896 469,896 000000000000000000daf948cc32536bb2a2e3b69e84a14ef6132c8ee637d3cb 1,835 1.00/1.00 vMB 342
469,895 469,895 000000000000000000ddc9b526e6635d3bbe42e5af7725f710191c9b1abcbbde 2,225 1.00/1.00 vMB 372
469,894 469,894 00000000000000000187a9310ff1927a631ed3ced8445dcdc95257d4bbaec4ce 2,105 1.00/1.00 vMB 475
469,893 469,893 0000000000000000003a32c085e3f99db7d476996268fe45ce5a8d6d1fc7eae4 2,217 1.00/1.00 vMB 470
469,892 469,892 00000000000000000174b8bad1faf354d8fc100d6166a7a9990959c01d55499e 1,008 1.00/1.00 vMB 507
469,891 469,891 000000000000000000f1b46b03eee293bf5110a719a29c4c9c63fbe579bc5832 2,381 1.00/1.00 vMB 377
469,890 469,890 000000000000000000ffb38c63566a9b55095cebeb631b513ec93b8f78bcc5bf 1 0.00/1.00 vMB 0
469,889 469,889 000000000000000000c44f1b6f5789dbe16d7683c84cef0611fbd6af54285909 1,377 1.00/1.00 vMB 242
469,888 469,888 0000000000000000011860ba2f75c44822896ed9710b933ab51418b9072e6e74 2,199 1.00/1.00 vMB 311
469,887 469,887 000000000000000001867fc7b4bb99fd97a671965083191ec7e38f8ee82fdede 2,254 1.00/1.00 vMB 405
469,886 469,886 0000000000000000014d0d17b00ae099904d157bbcb7ee0890618d41470290af 2,329 1.00/1.00 vMB 162
469,885 469,885 00000000000000000044b88afa72b3cb72e93bdb7ebeb2047a60ebf2fadb7792 1,674 1.00/1.00 vMB 257
469,884 469,884 00000000000000000087b921abe90bc1d7e1783ee5765a9c9cd3a6dd4b7b034f 2,458 1.00/1.00 vMB 450
469,883 469,883 000000000000000001677d9b6d840dfdff6b883969aef3bfc21dd68a510f8ef0 1,976 1.00/1.00 vMB 74
469,882 469,882 00000000000000000166974e866f0dd3cf8df28a7d3bbdd3c406a7ef16187c0e 2,258 0.99/1.00 vMB 279
469,881 469,881 0000000000000000008b6b658bdc540466826bd2db88f34546e707f8791d5d5d 2,093 1.00/1.00 vMB 374
469,880 469,880 000000000000000000ab03f9a0ecbfdb50db43a01bba96eadee26a9ef491ddc1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.