Loading Tool

Explorer IconExplorer

Memory Pool

17,366 transactions
7.25 vMB
0.06009922 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.83/200 MB

Candidate Block

Mining Attempt 559b1c070ed40235b550d9e88c3a8a9e730205d650eb880bc7ee5970aab8bb43
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root b585f32eb479ebed24b0228e31d48c9845a2a91c3664a3cc839e853227b13a69
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.03886640 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (707,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,346 206,346 00000000000002fb665f5a5fe6016b785dcfcc8a94fd64d2c41bc7adf93afec1 528 0.17 vMB 200
206,345 206,345 00000000000000299debf1a957c97d5a3f3936bdbfbbe935ad05fd15310e28cb 236 0.11 vMB 140
206,344 206,344 00000000000004bac759b520ced9a51a85cd798e7f7e3a9a56f0f10e2ae761b0 76 0.03 vMB 45
206,343 206,343 000000000000033260634afb07330b5141c93d339fcebf33fe4bdf20c24dca0c 316 0.17 vMB 161
206,342 206,342 00000000000003bfe6f173d231d8acabd3ea8b39485b654349cc9ec6eacb933a 1 0.00 vMB 0
206,341 206,341 000000000000010c7823f27be8498f95818cb5b9f0134359c054a12e6deb45c2 377 0.16 vMB 205
206,340 206,340 00000000000002be67ba091255c02225195b9d820c5b819514976e0966d2c13f 12 0.00 vMB 161
206,339 206,339 0000000000000456a418497ce06a135ec760cfacfebd2bf0b2b8f6181744a34f 632 0.22 vMB 231
206,338 206,338 000000000000035b4d8edccc1b59607b1fedcb99b649e1b2aa79f1fe6ef149fc 47 0.01 vMB 211
206,337 206,337 000000000000038359aa1107928949c1652674a1f87ebfd2557f869ee78b38e4 86 0.03 vMB 141
206,336 206,336 00000000000002930f48fff41bd433b81a031633abb8fe1a4c88d83c85185481 15 0.01 vMB 108
206,335 206,335 00000000000002bac59054952c41e238503e31627150bec7b79610e820b280bd 210 0.09 vMB 165
206,334 206,334 0000000000000001f78072b87f74df67c0d8c3ed71cbfe12d3894fa17da67809 75 0.04 vMB 171
206,333 206,333 00000000000001acc6ba1caa93a8e81b70d4bf7b56901ffda9ef1a91aa674c60 222 0.16 vMB 196
206,332 206,332 00000000000001679278a24826f34ca5297085066b07494b846b4bebae88bce2 77 0.02 vMB 130
206,331 206,331 00000000000003bc4260c68db7f6ec3536cee5a5ccb2c48396b04b6b737bd0c2 105 0.04 vMB 360
206,330 206,330 00000000000000fd9629ae9d8b54dd4a36cb59271ab3053827027fe354f42e82 64 0.02 vMB 259
206,329 206,329 00000000000004d99a1aa84ff84cf0bdbe21f4cf151c5a702c92573793e675f2 16 0.01 vMB 215
206,328 206,328 00000000000000f8d6e477d4dae173903c2d77281bc10d4ae99f3b04a49c8569 142 0.06 vMB 412
206,327 206,327 000000000000009c4492a00082c222318d1c962e65c00478ece49c1da6c0ad8a 95 0.04 vMB 149
206,326 206,326 00000000000004ae94ad0ff2ef0cba8e9297d24443a54514070a3d3d4937db36 146 0.07 vMB 169
Previous 10 blocks ↓
Total Size: 779.66 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: 316.63 GB
    • Received: 1.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.