Loading Tool

Explorer IconExplorer

Memory Pool

39,841 transactions
16.16 vMB
0.12343397 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.24/200 MB

Candidate Block

Mining Attempt 4eeda12664db0f9f252148bf6c417696d1c4d815716bd666cff785ead4cbf506
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root 16fa046969a48e113a35bb0f4f3a40e1252103974bc79bd93b27867821b1565e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.04330220 BTC
Median Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (688,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,301 225,301 000000000000025c074a7f62fe865d2692bf3a6a720dd44ae934c9fa4351cafe 688 0.24 vMB 228
225,300 225,300 000000000000019f4939c05a6dddca79d14e3c484c4a7f1641876f40c3fde33d 121 0.05 vMB 201
225,299 225,299 00000000000001f40768ac928e07e61ed6bcbf4d7378966051d6b97ef429aa0b 711 0.31 vMB 179
225,298 225,298 00000000000002525ffa467baa09961a3d770975c3b55c097cbbc193c80e1d52 344 0.16 vMB 184
225,297 225,297 000000000000034e6675081d0267dd7f2b79b4786b6f2afc459a7bf710cbffbf 136 0.08 vMB 152
225,296 225,296 000000000000035f0f9406598673a02ef906f7d01620735462600b85152c4c86 58 0.04 vMB 186
225,295 225,295 0000000000000246e193366c7a9e34c82acca3d6ebe2111ebd324dcc52906646 532 0.22 vMB 206
225,294 225,294 0000000000000207fd28bfcd7597d8bfbd41f115f6166ea26cbf7e2c6d4d474d 140 0.09 vMB 56
225,293 225,293 000000000000021e2d2c29d605b362ebbb47f811e723d12acba8ad67ec7c8140 347 0.18 vMB 161
225,292 225,292 0000000000000067cd1d725af110c1ad071882256c63f883c4dee22181534e43 662 0.25 vMB 231
225,291 225,291 0000000000000314282045eff872e889a317eee965f624c04893dfb854b1be2f 16 0.01 vMB 163
225,290 225,290 00000000000003323bbb0358687759de4ba4a872ac1dcb3ecf2c59575d15365e 249 0.12 vMB 199
225,289 225,289 00000000000000202a0d171aaa72b9f47d2c50ba13e62eacbf6b34c350db280a 482 0.23 vMB 200
225,288 225,288 000000000000031ec24fb828e7ba7822d31546e7e4d8782b7adb349ee23de9ca 123 0.05 vMB 119
225,287 225,287 00000000000002fe7a44836fdacb72bb66f8f413f128dc68a783be41fc2bb4b3 879 0.45 vMB 177
225,286 225,286 00000000000002e695205f80967706286b3ed1b2cf54412a7aa1db5e2291f05b 128 0.16 vMB 7
225,285 225,285 00000000000001d240ea0b59e299ef21ac7727e6ee1f19099c8fab147ae09e7f 4 0.00 vMB 77
225,284 225,284 00000000000001bd162cbeff63f8a7966b32b3684f44741d23f34460aba83936 109 0.05 vMB 167
225,283 225,283 0000000000000381f1d5066133a6881e2f3c5d1772364b91455e089ca2240f20 390 0.20 vMB 177
225,282 225,282 000000000000016e90a66721c3431f9b13fb23091743a7baaa0ad7b2e2537faa 507 0.27 vMB 139
225,281 225,281 00000000000002a98ba00bdc9a58622870b4a78144b03a4f920f4c5ae9f6d340 628 0.20 vMB 257
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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