Loading Tool

Explorer IconExplorer

Memory Pool

16,586 transactions
9.62 vMB
0.03858824 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.66/200 MB

Candidate Block

Mining Attempt d00efa61eb39b0d9e69967e49393218f6cca2a424afc950c530576ba7ab23fa7
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root df9e8c928383083e7b2f8aff81eeb38a81d4e6f8aa27224335cda5a11aa82a61
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,039
Size: 1.00 vMB
Total Fees: 0.01699070 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (710,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,202 203,202 00000000000000014a5af5499a178518c004fa568fb34ff2c848d60f87825fb5 214 0.18 vMB 81
203,201 203,201 0000000000000378de61c5dac712da01cea62865af691a51c3c83dd2b6a40805 10 0.00 vMB 375
203,200 203,200 00000000000001590ea890cdb19dfd3838be11195106e4ef32f489225e6eb737 284 0.09 vMB 56
203,199 203,199 0000000000000283f6be669bf02535d7495896d5b8fc5758979c29451ae5f3f7 164 0.10 vMB 165
203,198 203,198 000000000000039e399bbfa0dfca19f71c60251825ef2386449c0ca0409aa11b 163 0.14 vMB 109
203,197 203,197 00000000000001fc425e64a8707e3ee26d938dcd548ba483531bcd5c4d898449 89 0.05 vMB 105
203,196 203,196 000000000000001f67375845f842f71e0d9e2884532831e9658b021bcb54c8d9 18 0.02 vMB 81
203,195 203,195 000000000000025aebe85be99e9eddf6092ff1ddbad2f848fb3dfc22c7254556 65 0.04 vMB 103
203,194 203,194 00000000000005300c6300cc795b21ed27315e3e42bafcf63455ba4f1057193a 172 0.10 vMB 116
203,193 203,193 00000000000001f984a25627a764cb20ee6d45f273115969b1ea96d0d2cb0c85 621 0.25 vMB 160
203,192 203,192 000000000000047d8d7618a330d7e0662c5e7cf5b4611c231645d46aeae9807a 1 0.00 vMB 0
203,191 203,191 0000000000000211cbf41401f5ccc0783d01de2a583bc57ad0557bdfbc718e36 247 0.15 vMB 183
203,190 203,190 00000000000001ffad6c24b2e1843090261a24bfb6d498284e8a0512e7e1ce9e 604 0.24 vMB 136
203,189 203,189 000000000000050ca47917fdb0cc1458dba972f1017775960f17d22ef8902dd3 117 0.05 vMB 79
203,188 203,188 0000000000000275bc2e1faf38d6eb1873f8ffd2b2b5abef893b4cd9d2c15d59 1 0.00 vMB 0
203,187 203,187 00000000000003d2c4b8d4b778621939cb31927d7509ddd8d8efedb18f8e5dce 308 0.16 vMB 101
203,186 203,186 000000000000014bd96bb454e4a31ecefc2e595ea1cc1e0064c7180ce3962a81 123 0.04 vMB 168
203,185 203,185 0000000000000094c584cf6c24a213fe6fd10b622ab11d5d119d62ed6fe662b1 97 0.05 vMB 87
203,184 203,184 00000000000003e8b9783e1913774d26b54b38e9fa4e1cf88f00c35c8caacd9b 179 0.08 vMB 131
203,183 203,183 00000000000002a373d6839b937542808283e16744dc1e08ab8ece8d880cbeab 44 0.03 vMB 125
203,182 203,182 00000000000000c37e93d7cca917e5935ec8cfbeebf678237c7b72890f5d0e14 145 0.08 vMB 110
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 191.66 GB
    • Received: 0.76 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.