Loading Tool

Explorer IconExplorer

Memory Pool

17,835 transactions
8.13 vMB
0.03608409 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.55/200 MB

Candidate Block

Mining Attempt c95d46eb8cb909db52e6d2e39a0aa36c8e171399d1e32056370c53b8c7495cf8
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root da47e63edc8e8c56a9af84d9167762dd68a2f13b3d50403d15bd4f3b58daedbe
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.01895824 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (706,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,976 206,976 00000000000004cbc95d8d452abf7eaad1ea9ac536bb11df4204e64d01550c7e 133 0.05 vMB 85
206,975 206,975 00000000000001d5b2f0fd2e700cda050886f0cba698601bc222f57c72bdadce 54 0.02 vMB 164
206,974 206,974 00000000000001a737c5f2924c295bd69f50f4c1267905006810b63a3a055d90 302 0.13 vMB 179
206,973 206,973 000000000000004494944760e4ccff32842d233130356fa96b5c5021f00c7267 38 0.01 vMB 153
206,972 206,972 00000000000004664077f1198a592130f091f0b0d4fa4743580a12a1db876164 282 0.13 vMB 175
206,971 206,971 00000000000001956af698f08ed01fbc882866786d850a0d6c46410c9a51ad8f 58 0.04 vMB 183
206,970 206,970 00000000000001c73171b868b7385d9492207ff887a6fbf95dd1f15329059562 256 0.10 vMB 193
206,969 206,969 0000000000000329848a704216b64701135e407f2f98203bd88056bf20ea239f 268 0.11 vMB 190
206,968 206,968 000000000000038eda8d6f4d9fff023df2fd01b2e779a53f43d39f7ab13cd174 249 0.11 vMB 179
206,967 206,967 000000000000049dc6fa1899a301a84a33f09a33ab6232d50924a84f4f37f4a8 386 0.14 vMB 195
206,966 206,966 00000000000001bd89e15cca25ba659f8119ee67fad8b648c96d7ddd94c0073d 104 0.08 vMB 100
206,965 206,965 000000000000005951fa1f7c634ef12db5c8c9972b06755dee38ca79f0dbe00e 483 0.20 vMB 240
206,964 206,964 000000000000017a6fc88942e7e7e7f49d7e11fd88ccd03207205cabbdcbe2b2 1 0.00 vMB 0
206,963 206,963 00000000000004f838e76f191789050f436d95765534162eecace261bbcb57af 139 0.05 vMB 96
206,962 206,962 000000000000031eb2393f9f3c17e714706ed9f2b187871e94f213a5fea66fad 921 0.38 vMB 167
206,961 206,961 00000000000002eda59b9e0ac564caf7760ebf375b4fafcaebc8c5e467adf995 238 0.07 vMB 132
206,960 206,960 0000000000000048d5d9f0ae51e31237d51faa554e29ec506932086d003f2975 12 0.00 vMB 188
206,959 206,959 000000000000043da6566c7869fb2ff4a08b89fac7f2208e0f739be344e848d7 256 0.46 vMB 22
206,958 206,958 000000000000038299d61ab83579d0003fb0167ab5e676da42a69da99ad206c2 132 0.05 vMB 224
206,957 206,957 0000000000000013ed0d11c64c7934af528bf1317916cac8aea233c9b30e36ea 319 0.12 vMB 189
206,956 206,956 00000000000001106a19706e5522c1632704b201e3aa857f5e43d19f615b80de 659 0.29 vMB 172
Previous 10 blocks ↓
Total Size: 779.58 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: 285.99 GB
    • Received: 1.15 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.