Loading Tool

Explorer IconExplorer

Memory Pool

41,894 transactions
26.49 vMB
0.07109770 BTC
Random Selection Loading Transactions
Max Size: 137.94/200 MB

Candidate Block

Mining Attempt ccdad9f7a4aaf2a71394b429596e39b3cd98411ef5a5ca3158a4859ae4b478d7
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root e6a39464fe0798ba0ee2702e9d86f8d5c514731a5e9483511b77a370f121ffd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02242757 BTC
Feerates: 99.53 > 2.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (272,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,172 642,172 0000000000000000000fde9003ddd5d7dcb5292e7600e901ed5b432c86b3aaba 2,289 1.00/1.00 vMB 102
642,171 642,171 0000000000000000000819ae6f58c11f7b71a9adcc7b631ad4adcfea552ef97c 2,863 1.00/1.00 vMB 78
642,170 642,170 0000000000000000000cbcac4e2869d5b9395c6832e47a1b56593dbcb91419da 2,477 1.00/1.00 vMB 90
642,169 642,169 000000000000000000090521ff29cb87f0d1bb4aa15f19c63e7cb43eb8fe8e43 2,709 1.00/1.00 vMB 143
642,168 642,168 0000000000000000000da9ad2f2f0522732bd6c3e8f8ef144885c7ed43a86326 3,084 1.00/1.00 vMB 157
642,167 642,167 00000000000000000008e4c378ae389844b40a4c72896515af6ae1444924b72e 1,590 1.00/1.00 vMB 57
642,166 642,166 00000000000000000005d24dc46a7d8291426b00af261a7234841fe215f4f8d8 1,394 1.00/1.00 vMB 22
642,165 642,165 0000000000000000000224731354efbfbd3ee706276f4668dd43ad452db8a0ca 2,591 1.00/1.00 vMB 44
642,164 642,164 0000000000000000000f8ffa1cb23a5282f7e67be9f6237fe7bd6c5c8135f5a4 1,821 1.00/1.00 vMB 25
642,163 642,163 00000000000000000001e2f570af8ec609f55a13f74f84d0847266eacf81d358 2,308 1.00/1.00 vMB 48
642,162 642,162 0000000000000000000501e3df7e28cb9c6ea81cb61ff16ca23472907eb09661 1,545 1.00/1.00 vMB 16
642,161 642,161 000000000000000000035d014732686d76bc932c6c466feae45a95a6aa704f38 1,580 1.00/1.00 vMB 49
642,160 642,160 000000000000000000094baa8d596d9c521b56c1e0f856229ca49f0f63f4da76 1,334 1.00/1.00 vMB 38
642,159 642,159 00000000000000000001f3d6e24062b9ffec75b32a732b3d2233dfffdf2b0071 1,720 1.00/1.00 vMB 43
642,158 642,158 0000000000000000000fb5d847a921bf73278de37971c183a7774b7a1f130b1b 2,303 1.00/1.00 vMB 32
642,157 642,157 0000000000000000000597e22e6f9bba9b3aca857fd452092701220d0fe07a5b 2,765 1.00/1.00 vMB 95
642,156 642,156 0000000000000000000ada243cf12d69d8eac7cf5c9308247079313ade049258 2,553 1.00/1.00 vMB 75
642,155 642,155 000000000000000000046879f525ec645871d750756f49bdd2bc114f842c1513 1,314 1.00/1.00 vMB 15
642,154 642,154 00000000000000000002d1c31298158e6814e78b71956018654865b3afdd1761 1,900 1.00/1.00 vMB 23
642,153 642,153 00000000000000000002f4b177f7f6d2dec6c3b4c3d4f8715290d9e9ba4eafda 2,242 1.00/1.00 vMB 104
642,152 642,152 000000000000000000029c1c49f8086dc2cdb153b9a4cc88e6c3b377470bc78c 2,153 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.