Loading Tool

Explorer IconExplorer

Memory Pool

57,511 transactions
32.44 vMB
0.16691530 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt aa4df9d77c16f21f1524109453a1505d1b12eb1830abf6b235923fb4dbe0c59c
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root a689f58c6135f692d4c504be4518d43e2a33570d24d10b0970564f0d7be52bc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.06147076 BTC
Feerates: 296.74 > 6.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (226,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,450 688,450 0000000000000000000a855719d75fcc117ab214dda002092e6ff60f493e323a 2,284 1.00/1.00 vMB 25
688,449 688,449 0000000000000000000ce4a8e1d7d0023fe0a9f5714a6b4cd6a80d9ab308f2eb 1,618 1.00/1.00 vMB 29
688,448 688,448 00000000000000000005a30b5c2eaa52491589d904c01f2bb5852ca6e8010bf6 1,104 1.00/1.00 vMB 51
688,447 688,447 0000000000000000000ae7279331487948932f6e6eb97bfc1d3e32219c87e69f 2,536 1.00/1.00 vMB 46
688,446 688,446 00000000000000000006f11fa18a4a9cc3ca43310dd0fdea702a64c15e2b2428 3,069 1.00/1.00 vMB 45
688,445 688,445 000000000000000000066440553fb91caf5150615209d5a16530c543c6609ff8 641 1.00/1.00 vMB 42
688,444 688,444 0000000000000000000d53849821fff081560b3abcc224f614fe1ebfe8ad9bc2 2,748 1.00/1.00 vMB 43
688,443 688,443 00000000000000000008ec9e3d8ed921a8dd1533d665ca733c67d6d8c94eb748 2,459 1.00/1.00 vMB 61
688,442 688,442 00000000000000000008f14c6ae063b0a2b0a03b36123b1648948f58642aadd3 1,142 1.00/1.00 vMB 43
688,441 688,441 00000000000000000001f30a7ced97575b2a1827caf93b5df120d7a5a5481d4f 1,674 1.00/1.00 vMB 55
688,440 688,440 00000000000000000005d13459ed948df5cd613138b65ba6858500bcb5dc66a9 2,066 1.00/1.00 vMB 47
688,439 688,439 000000000000000000020961f3d5a534f117a1c8b2973a94ae11261f238528c2 1,917 1.00/1.00 vMB 46
688,438 688,438 00000000000000000001bf8ce9971cc2d6a09f6eb2f19f7a58a8db9c43966b91 2,502 1.00/1.00 vMB 61
688,437 688,437 000000000000000000044ce57135d828c75eb3483eb7c1b9669fb2f6d9b42b78 3,352 1.00/1.00 vMB 96
688,436 688,436 0000000000000000000703a9d1b79909ee54c52d626350c21eb9eb672b0782af 2,581 1.00/1.00 vMB 33
688,435 688,435 0000000000000000000ce0ca2395f537bb94e1fe1dc67d205ae074e598451364 2,494 1.00/1.00 vMB 55
688,434 688,434 000000000000000000067d1f81164cef5016f815a3cdb6baf68734d1e18c4687 2,245 1.00/1.00 vMB 49
688,433 688,433 00000000000000000002beae0e945e15f80c09364ee02cfec051700352b44218 2,327 1.00/1.00 vMB 61
688,432 688,432 000000000000000000085e585b2f87c00ca9b7c42e29649fef1996641cd19736 1,464 1.00/1.00 vMB 50
688,431 688,431 000000000000000000004bb5adde0481c19089320b3c43494bbe8217e504de0d 2,472 1.00/1.00 vMB 45
688,430 688,430 0000000000000000000817c1a2e23676d4f72af36dc1801cf7001aeaf96255b5 2,303 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.