Loading Tool

Explorer IconExplorer

Memory Pool

79,159 transactions
29.29 vMB
0.07185844 BTC
Random Selection Loading Transactions
Max Size: 175.77/200 MB

Candidate Block

Mining Attempt 6ce1ffc4dbc6bdb1ef18deeb3f3e07377a25fc22c8c6e0031be547233a69b6b0
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 044dedfbd177c358d813ad6f3a1c6303145d4aa03b039889a2002e89fc5430b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01238791 BTC
Feerates: 170.94 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (677,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,497 237,497 00000000000000637198eb0d92210de901c94661c91d5f5227d6e8af524d495d 485 0.25/1.00 vMB 157
237,496 237,496 00000000000001409e16619124e47a3d131cb2043adfca5253e5e41f46315354 158 0.24/1.00 vMB 76
237,495 237,495 0000000000000018f3e89320f723d6c0bad787a75a0f4368b665b803a1f14b03 711 0.25/1.00 vMB 195
237,494 237,494 00000000000000c749b97224caf300907d35ac45b61c25a15fad0017824d12f0 338 0.21/1.00 vMB 161
237,493 237,493 00000000000000cdda9c0dfdb9f68de49cd275618668e10238721c82297ec108 483 0.25/1.00 vMB 169
237,492 237,492 0000000000000080a3f84e11d709e0a1e181a8b963f8fbdce5843db92a597df7 15 0.00/1.00 vMB 191
237,491 237,491 000000000000014d8daea05227d2cda27e299b268342f32ccfa3029271dc8297 184 0.08/1.00 vMB 199
237,490 237,490 0000000000000003058e2f4fbe6f248b98b80d91fe0d6978d54ed5e7d8e613d4 74 0.06/1.00 vMB 69
237,489 237,489 00000000000000148365e1324e7c8bd1e7eefc99ff568b86d513b70fe2c25753 116 0.05/1.00 vMB 178
237,488 237,488 000000000000002df9df6e37653062dd4c1903618e83a1af6dfd202269fc76a5 136 0.12/1.00 vMB 83
237,487 237,487 000000000000005c7e7d570bf0a56c608c59cd83cf5dd915d7c8e1eb2fdb34ac 604 0.25/1.00 vMB 194
237,486 237,486 00000000000000785795c23a2114b0bda5a5a7a10aaef815ac4080a6311a5447 26 0.01/1.00 vMB 215
237,485 237,485 00000000000001781139f5cd4f1d591563dde3eb2d652420260ee1e75b3d8958 271 0.13/1.00 vMB 175
237,484 237,484 0000000000000126cbe4c005c53e5acc73ff9c40f1608a4225b7b3c4ed77ae67 64 0.02/1.00 vMB 124
237,483 237,483 0000000000000028b219e90c7821a2570b7acf7de46f88f785225180e663fbac 145 0.08/1.00 vMB 151
237,482 237,482 000000000000014ad965f558a63e59f515dfa2de1813987faa022d7cb9a7ea35 210 0.10/1.00 vMB 185
237,481 237,481 0000000000000135e1e0b14f289ea221eb8e721eae6fed59e30591cfd91aaef6 296 0.10/1.00 vMB 27
237,480 237,480 00000000000000d7c5dcdf22c66d7b3e5ce3736a002a72c6c3a165d20546af58 1 0.00/1.00 vMB 0
237,479 237,479 000000000000004e49be8f759ddb55fc92a444cfb9945933f13d263a6b99ddab 12 0.00/1.00 vMB 155
237,478 237,478 000000000000008f435e89675b32990e6c3b6a7d55c1160b606d8ff389295678 213 0.12/1.00 vMB 127
237,477 237,477 0000000000000126a6e4c445a40da9e806cdb03f42c9a410b44bc3c8909b254a 191 0.09/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.