Loading Tool

Explorer IconExplorer

Memory Pool

85,725 transactions
32.17 vMB
0.12683213 BTC
Random Selection Loading Transactions
Max Size: 196.69/200 MB

Candidate Block

Mining Attempt 093963a5af35209ee3522e8fdf4ff3c3437eed9be2380c7df1ff571b24802ba9
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 37c1b82594b65459a359bd74780afdbcbf582a78653826c1f3b5876ab95248a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,262
Size: 1.00 vMB
Total Fees: 0.04381661 BTC
Feerates: 301.05 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (637,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,952 277,952 000000000000000379c497a10d9909b29653b5d3110cd5ab993d3433486b4ff0 655 0.29/1.00 vMB 52
277,951 277,951 00000000000000033f65b1d60938ae9e78d521f14ee5b63997a5ad74a949a633 374 0.21/1.00 vMB 40
277,950 277,950 00000000000000006617fed5c34141ef466ceeb0a8e33ccb64fefbbc3be055db 463 0.21/1.00 vMB 47
277,949 277,949 000000000000000310040395c43a0cce2c5075028cf25b209596ffb416682657 154 0.07/1.00 vMB 52
277,948 277,948 0000000000000000f96fe457ad91a371c03ad3337ac4eb70894000816a88547d 602 0.34/1.00 vMB 42
277,947 277,947 00000000000000005354c0526798116b80a7b00d23f556db795a544c8e33076b 382 0.19/1.00 vMB 61
277,946 277,946 00000000000000032342655079615f2550de7fbbd3d777d139b8518eb0d5ac2e 61 0.02/1.00 vMB 112
277,945 277,945 00000000000000009c3c439f5a8ae433288d3d0abd14fcba1abebc95e041e874 236 0.10/1.00 vMB 33
277,944 277,944 00000000000000033d675ee6f3c226c2140b17a0ef7dd86f3afb9843b4d5aa78 902 0.46/1.00 vMB 51
277,943 277,943 00000000000000032122d3305b24021ae15cfd280b1a516a9730276765672abe 531 0.28/1.00 vMB 35
277,942 277,942 00000000000000009c022cc41264caf5e8c16afe0925c6f02390427ce24d58f7 553 0.24/1.00 vMB 60
277,941 277,941 000000000000000078497e082f33c3a98dcecd12900b5c71f156d801db9c6e3a 144 0.06/1.00 vMB 42
277,940 277,940 000000000000000186732a68015da9ec041c3f2b1cff44734cc25d509259531a 95 0.10/1.00 vMB 18
277,939 277,939 00000000000000003fd67c7961161511106803d54ae3b563dc802333d39e5f92 185 0.20/1.00 vMB 26
277,938 277,938 000000000000000312559cdc348e5a0c800dddf853a8485490ae692385dc39fd 476 0.25/1.00 vMB 36
277,937 277,937 00000000000000035403459227efcc03f49ecf2474273ef68995bff287ca14ce 696 0.25/1.00 vMB 53
277,936 277,936 0000000000000003618d89ed238449803363aed110d8bd7a8d84cc4f62f2c78a 74 0.03/1.00 vMB 93
277,935 277,935 00000000000000008c0fd0cab8e3c3f05df1890412b8f8dc374fee955f113b10 737 0.25/1.00 vMB 60
277,934 277,934 00000000000000024ceca8b8c41dcbc0ff92a6f61ce4da090623baa3e14084cc 379 0.22/1.00 vMB 48
277,933 277,933 000000000000000112970b5aa56d68f1bfbc3b1f0aab7216e34e7fe5443a26b1 63 0.03/1.00 vMB 12
277,932 277,932 0000000000000002e3f202b750b30389dd6008675ce572c697abb57347bc53b2 607 0.31/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.