Loading Tool

Explorer IconExplorer

Memory Pool

76,269 transactions
28.18 vMB
0.08617959 BTC
Random Selection Loading Transactions
Max Size: 170.69/200 MB

Candidate Block

Mining Attempt beb37d66e8cd293505218608b8a64728a4fde6458d675c4d2c227d9394007fee
Version 20000000
Previous Block 00000000000000000000cecdfe23b2e9fc572414f599086eb8640acc259ce002
Merkle Root ffbc0a0559a0a9506412e98463db77a74a5ab8cf60a1dab4a4e9097bb2f0b2d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,582
Size: 1.00 vMB
Total Fees: 0.02415518 BTC
Feerates: 348.43 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,548 (803,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,865 111,865 000000000000c0dca127c9847a9a4b6cdfd11b28939ca379520103a3e3a8b13c 4 0.00/1.00 vMB 0
111,864 111,864 0000000000006409e771487b831fbc76df1affebbfc0d7f4cbc10ee078c97de3 2 0.00/1.00 vMB 0
111,863 111,863 00000000000018890bb4f44a005dd24e54b6514daf9c947201868b4a814ba618 1 0.00/1.00 vMB 0
111,862 111,862 000000000000f50de8b01df99c4d557fc2b363777bcdf3c65a9c81a498800ec7 1 0.00/1.00 vMB 0
111,861 111,861 000000000000ae11187dabf4a33d5fab12424dbe793552d74291410122df4b0c 11 0.00/1.00 vMB 0
111,860 111,860 000000000000a5f43a994b4812deaf3480decab2195fde530a87df1a82d6b75d 20 0.00/1.00 vMB 0
111,859 111,859 00000000000073cb7cb9d229c8b5dbf26f1fb9bb6a4e7b0dc13a9b46a8e6ed7a 8 0.00/1.00 vMB 0
111,858 111,858 00000000000095f918b3e73d2cf90bb38a21685542b8aa9037258c74a72bda54 7 0.01/1.00 vMB 106
111,857 111,857 0000000000004aff67ca898e86ed03781db431bb4c6618e261f2454fb636c861 12 0.00/1.00 vMB 0
111,856 111,856 000000000000a13f0700b2cab06e9ae89e8fda31dba69efe83df6654016f3262 13 0.00/1.00 vMB 0
111,855 111,855 0000000000010e9ac1b6cf9f5ad0913b96f64b6c449347b569589e8172da4d3a 12 0.00/1.00 vMB 0
111,854 111,854 00000000000034baa6f406c242f05b640defdf51a24c1e75d8d8e2ddd2daae6b 13 0.00/1.00 vMB 0
111,853 111,853 000000000000e6df26b5f577603a88bc0fbba730ba03c7a585345b2c2ea4effb 1 0.00/1.00 vMB 0
111,852 111,852 000000000001213ec268d53da8d01dd2e155040e05b4aa56b96fea14a1935f56 3 0.00/1.00 vMB 0
111,851 111,851 00000000000108de6059ea0ffdc0f43a5a2f52148587978f11eea78162501d8b 18 0.00/1.00 vMB 0
111,850 111,850 00000000000048a206b024c8d4cdf3ac91acee7baf778d8a08b0d5683159bfb6 3 0.00/1.00 vMB 0
111,849 111,849 000000000000ee10127e327350d92b9a8a02ff5443daad61a0e19814612aa049 3 0.00/1.00 vMB 0
111,848 111,848 000000000000f2c394c3f2521161c9ae8e26d018c24d5e8ea3d8877637b642f3 1 0.00/1.00 vMB 0
111,847 111,847 000000000000763552d029e606accdf14eddcbaaaffd606f433a06669f819012 2 0.00/1.00 vMB 0
111,846 111,846 0000000000009bb28432a06b49d8973f911c40448130dd49740e379bf85d1fe2 12 0.00/1.00 vMB 0
111,845 111,845 00000000000027a9ee63b3362b2dd24c9e95bd6480773af3e82547b62c2e75e2 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.34 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: 768.11 GB
    • Received: 19.52 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.