Loading Tool

Explorer IconExplorer

Memory Pool

24,351 transactions
13.06 vMB
0.04162220 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.25/200 MB

Candidate Block

Mining Attempt 5e811afe467a9ce8f98d43c592d2111c2325dccc01ed65acee3c0aedf9f89ee5
Version 20000000
Previous Block 00000000000000000000516a7e988e2b7ba898322e7634f092f5911b40946d02
Merkle Root 0d31d9b9c780408c9ee77c0cee88291f2810f12aad858ab2ebc36b6c385f3999
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,892
Size: 0.99796525 1.00 vMB
Total Fees: 0.01845516 BTC
Feerates: 171.09 > 1.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,683 (685,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,483 228,483 000000000000011a597f57e656733cfd95c2fb6156ea0c0bfae5d49eef66d4f6 190 0.19/1.00 vMB 74
228,482 228,482 00000000000001a83c30a441624f8ea18a7bc6d6bf8926c4ec2f944e45862f41 1,197 0.45/1.00 vMB 264
228,481 228,481 0000000000000272ddcb937c26f18268c740614c9b41a36562d540b505b66b82 1,068 0.47/1.00 vMB 191
228,480 228,480 00000000000000e5f55402b3a52e62440b73ef55d3a473b34d9c507015a72cce 530 0.22/1.00 vMB 208
228,479 228,479 00000000000001d392747afffa71ebce162d4884371afde2a2b867275f1324bd 473 0.22/1.00 vMB 164
228,478 228,478 00000000000001803291ca718f5169be091acd2379932f6dbe04a9a6f91eef55 472 0.20/1.00 vMB 199
228,477 228,477 00000000000000fdf86ca8fb93654755629302433701f84c8cd5d49f1502b390 190 0.14/1.00 vMB 56
228,476 228,476 00000000000002720fa283d1611685c4475a623eabecc4113a7e78776196f9cc 331 0.22/1.00 vMB 122
228,475 228,475 000000000000026407c75a9c26ea3c9e7e163d4caf6bac74913d4f23f128da25 537 0.22/1.00 vMB 183
228,474 228,474 00000000000002275d9c3985bb342e30f555f438bcd4c4aa0c76bde38d36d816 737 0.31/1.00 vMB 214
228,473 228,473 00000000000000bb4714bcc19e8b128ac3ebee719c661337004b4551cf778f7c 126 0.05/1.00 vMB 208
228,472 228,472 0000000000000031010497f08bcbc036767b904b973ac2d96012264535913257 508 0.21/1.00 vMB 200
228,471 228,471 000000000000005836bd9b97fcff4a51ee00cf3c6c8ccda9de48bb8fd46943e3 240 0.14/1.00 vMB 139
228,470 228,470 000000000000006d98df29811ac25c87813053a325265f4329f2ab96debe1519 129 0.05/1.00 vMB 25
228,469 228,469 0000000000000236418932fe453e7e6fe9af5f182b0f5b688dc1c2282fe8809a 513 0.24/1.00 vMB 173
228,468 228,468 000000000000005fdc1327396cf84800eb15de2a564729f05182ad345ab6326d 545 0.23/1.00 vMB 213
228,467 228,467 0000000000000218804c80a7a08e01375dd46456174cfc06cc88ab764d79239e 411 0.18/1.00 vMB 192
228,466 228,466 000000000000019794480973f06e09a74c721dd3793ae3dda1ac1542921cc132 408 0.25/1.00 vMB 142
228,465 228,465 00000000000001e4f40e08b6eeb0b1203d80fd5c065464f9c4aae5515d83da0b 818 0.38/1.00 vMB 241
228,464 228,464 000000000000016bbfe0b47c90f8ae128941cbbe1d1c4b48dbf4cbeba94d9cc4 48 0.03/1.00 vMB 71
228,463 228,463 00000000000000b3be907408382c6408e8768e67082b02e72631ebe7ddfd64d9 697 0.32/1.00 vMB 750
Previous 10 blocks ↓
Total Size: 780.06 GB

Node Details:

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