Loading Tool

Explorer IconExplorer

Memory Pool

16,245 transactions
11.39 vMB
0.06436829 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.48/200 MB

Candidate Block

Mining Attempt 90de36a4655d4d2e00a88abd697632d8a914538da16e5a023d3fceea5e41cad0
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root f0e8806937e06d02bfc303afc153b224c55b3ba78100eb5ec04e3bf7d115741e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 0.9979965 1.00 vMB
Total Fees: 0.03941376 BTC
Feerates: 207.44 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (719,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,479 194,479 000000000000020f306fb9f266ee636af47a79016696f47a692c405d278b153f 60 0.03/1.00 vMB 104
194,478 194,478 00000000000003408337abc6fcb57464466812b55d3916f15cc4c847449db1c1 137 0.07/1.00 vMB 106
194,477 194,477 00000000000006dde5971d49485782735ebd866c9ee8e15e69e7531a939cb796 355 0.14/1.00 vMB 151
194,476 194,476 00000000000007a4dd0eebeaf103f5f3defda8d9af4217a69bf332548e79c887 184 0.07/1.00 vMB 376
194,475 194,475 00000000000005640c11a48b101c43bc97d1ea6497a4081f25ec8502d149d063 132 0.05/1.00 vMB 136
194,474 194,474 00000000000006ea9b0d300b51f995baffdee0ae7878913698548c34f8400888 36 0.01/1.00 vMB 165
194,473 194,473 0000000000000336a93dd8c0e768bdc13555678873e76d6c4f820d05723c8612 256 0.08/1.00 vMB 144
194,472 194,472 00000000000001ef8c8849da72355ef214bc8e4b82aab58aec5355d96b41a2e4 140 0.05/1.00 vMB 87
194,471 194,471 000000000000035f10d85ff4bfa1beb5ba359fffa555edce9350c509bbd39a78 80 0.04/1.00 vMB 89
194,470 194,470 000000000000072874e6f2b9018dfce2b20408320139109178265ecfb7d159bd 256 0.10/1.00 vMB 156
194,469 194,469 000000000000014e7cdf84b6f0ec0193a5e04383f0954f96d380a13266095429 10 0.00/1.00 vMB 151
194,468 194,468 00000000000003bc9f6f9c8d9939528157f07db0cb6c198c5027d45c39909961 49 0.02/1.00 vMB 133
194,467 194,467 0000000000000471288e1ffb6dc8e4a50acff61dbb6a235042a7cf32fab272a7 1,251 0.50/1.00 vMB 40
194,466 194,466 00000000000001c65d17ce7404a3faaa10bac44ee10780625fa3889fcf661579 331 0.11/1.00 vMB 138
194,465 194,465 000000000000049de93d1b4425bbc0b884b3e6a57b9ea727f0e13d142080caeb 454 0.25/1.00 vMB 136
194,464 194,464 00000000000000381cb2336926b7de9f8c2dbb480ad4420255da9afe8e6e99ed 136 0.05/1.00 vMB 82
194,463 194,463 00000000000000d61f173655eb1b1cdb9e65c2d2a730766100c23599f36974d8 283 0.12/1.00 vMB 131
194,462 194,462 000000000000025efb782f799217886ec068fc6f2f0c07178721fe80c2334e63 209 0.07/1.00 vMB 161
194,461 194,461 00000000000006b6470a28d420c957609e22f56c5f3a58dfe9ad4d498f63e3fa 134 0.05/1.00 vMB 55
194,460 194,460 0000000000000460379d102ce6079dce382687b42e479f636e00855f73b7ba5c 9 0.00/1.00 vMB 148
194,459 194,459 000000000000052038c6097c097ab59a72f87da71c93ba2a035ea1a876818a9a 10 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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