Loading Tool

Explorer IconExplorer

Memory Pool

78,937 transactions
29.42 vMB
0.08327169 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt a538509506d53a58f093aa66b3c49cb8ed9268f20710f4e5b3d22b13a4d32702
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (440,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,603 474,603 0000000000000000008e92aff68384539afada3f93005ace46d63bcb7e6e0259 2,138 1.00/1.00 vMB 305
474,602 474,602 0000000000000000006560456b35348cac096aa078b9922ba71c09fa8c9532c2 1,981 1.00/1.00 vMB 177
474,601 474,601 000000000000000000aeb073795fb331d90ebe217aef1b741941e7d56ae931a4 1,941 0.99/1.00 vMB 315
474,600 474,600 000000000000000000a6b46aba1d44a3471188b7b29180a5b8ab1b5e6f90e162 1,654 1.00/1.00 vMB 168
474,599 474,599 0000000000000000008f5565a215455ec2e3295440d54d462cefa4aa87dcb32a 1,118 0.93/1.00 vMB 97
474,598 474,598 0000000000000000005a85ce7ce758bae8bfebc80fe68c28bac974e5a195536e 1,093 1.00/1.00 vMB 58
474,597 474,597 0000000000000000010bc80efddf4d2f3fb729139ceb106c3a790f1ef586e234 2,083 1.00/1.00 vMB 117
474,596 474,596 000000000000000001685f5c095b2af7f0ab23caffba12cbf52f0588e5438697 1,684 1.00/1.00 vMB 238
474,595 474,595 000000000000000000b63c9d920c117bbfe4ec9065d09f3c16371e358638cf16 1,595 1.00/1.00 vMB 287
474,594 474,594 0000000000000000013964c3efd554055d1247afc5b0b62d1eacf652444f7a16 782 1.00/1.00 vMB 61
474,593 474,593 00000000000000000136800ad7a6b84684b67a63933eeb13fff3d22516820511 1,511 1.00/1.00 vMB 124
474,592 474,592 0000000000000000010a0f8b9f49b61b9c9779774ab172c565c6e0e8bf6e09dd 294 1.00/1.00 vMB 32
474,591 474,591 000000000000000000e8d01593828f058c54410cd5ffe78288b20dd9cabaf442 1,118 1.00/1.00 vMB 130
474,590 474,590 0000000000000000018047475bd72c0d98fa8da2804341a605c729616a00492e 892 0.52/1.00 vMB 151
474,589 474,589 0000000000000000013c0d4fb67dbae6f3214d9b169d50f684648773f2d9b14e 1,498 1.00/1.00 vMB 137
474,588 474,588 00000000000000000163ef88803870f2f96bf88229e7ee276bbafd897747b34c 1,222 1.00/1.00 vMB 93
474,587 474,587 0000000000000000017f9f8d9b7bb8e0bf9d0b22e9d83c60a27ec2f5aa0111de 1,717 1.00/1.00 vMB 163
474,586 474,586 0000000000000000003698657d41c015e641f90a326cf117dcdc921e70d07706 706 1.00/1.00 vMB 59
474,585 474,585 00000000000000000097595c1bb06ac8fa797b92efbad3d6e5262072f458cb1c 1,616 1.00/1.00 vMB 202
474,584 474,584 00000000000000000110ed700537b038a4d08e50d96892291a67322cb8cde8e5 1,447 1.00/1.00 vMB 52
474,583 474,583 00000000000000000119da3eb9edb51c9114e8d19f61ce395168fad76afdeace 2,285 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.