Loading Tool

Explorer IconExplorer

Memory Pool

79,123 transactions
29.66 vMB
0.07631062 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 1748afa97968f0c5de6beefea907c7c42c385e33d53f81aa68ae9a33c9bb41ec
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (284,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,003 631,003 00000000000000000007c1b2115c1381eca256e904c943ceb493c2f1e4ca4a17 2,457 1.00/1.00 vMB 184
631,002 631,002 0000000000000000000c8c2f9ca80d22e11307a5f68400d21ca6ea65c955bdb5 2,249 1.00/1.00 vMB 213
631,001 631,001 0000000000000000000c2a3177b588e3a5c592d106b9ec92f2b72547bf053f63 2,220 1.00/1.00 vMB 115
631,000 631,000 0000000000000000000b0ea728229c33d539cffb7027bd194c92eeea70cdb693 3,106 1.00/1.00 vMB 115
630,999 630,999 000000000000000000000ec22ece0c17d822cf7b9565f1141145c3aab236404a 1,836 1.00/1.00 vMB 200
630,998 630,998 0000000000000000000c6da17c7e6ebb2652747309af869742d477ab53036dcf 2,832 1.00/1.00 vMB 112
630,997 630,997 00000000000000000005ebc89511e59b3f50667adee04a16857445c6ae8fb6de 3,104 1.00/1.00 vMB 153
630,996 630,996 00000000000000000006d7e40bf64abd3d109352529b89170c9a32c46a44f073 1,391 1.00/1.00 vMB 187
630,995 630,995 000000000000000000072839b902fdef235e4c6e006196a29d32af85ded021ee 2,681 1.00/1.00 vMB 215
630,994 630,994 000000000000000000111e25724895bdc1d8bb13ff77a66684852e1dea1b1514 3,138 1.00/1.00 vMB 132
630,993 630,993 00000000000000000007360d04e54c46632036cf580bdf91baf478165d6aced8 2,793 1.00/1.00 vMB 185
630,992 630,992 0000000000000000000795f494ce5e79fb84428fd8dc52a19e278d189108732c 2,507 1.00/1.00 vMB 190
630,991 630,991 000000000000000000011e4ad184885bb6c00e5d6d91a8d652287a9d4fed2469 1,976 1.00/1.00 vMB 173
630,990 630,990 000000000000000000111f15bb790dd83c61f0117a4a645fd689049fab5ee2b1 2,469 1.00/1.00 vMB 205
630,989 630,989 0000000000000000000ab6b338ec08891b84051b0f2e9486fe5c0a3b41c33fc7 2,963 1.00/1.00 vMB 148
630,988 630,988 00000000000000000006eb4c2e0e0f1bae965d13d4c12df0c4abd4031f967cbb 3,367 1.00/1.00 vMB 155
630,987 630,987 0000000000000000000112290adbd5412e48fef2fd0973ef7c47e1b450a783fa 1,949 1.00/1.00 vMB 200
630,986 630,986 00000000000000000011138025cf9c3cfa4c402a37a7176cfc72fb0f93bf131e 2,919 1.00/1.00 vMB 172
630,985 630,985 000000000000000000044e78e29652a08e70686f03ee53b4da9cf013805cb4ad 2,287 1.00/1.00 vMB 172
630,984 630,984 000000000000000000040a7468346dc8bae8d23db7566f37947f41444e169968 2,150 1.00/1.00 vMB 197
630,983 630,983 00000000000000000004ff8336dcfbe29718d4347abecb2946717f5f2d579b48 2,668 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.