Loading Tool

Explorer IconExplorer

Memory Pool

4,654 transactions (1.88 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 11.11/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,428 000000000000000000022b910000000000000000000000000000000000000000 2,868 0.01855609 BTC 1.00 vMB 1.55
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,427 (745,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,371 167,371 00000000000002fa7d4a9756561496ecf790e6a439e6d97cbd0fece10910c526 0.01 MB 15 39
167,370 167,370 0000000000000500dee309fc39928ea92d1fbc3beb2f125c405e4f48c447b46e 0.04 MB 75 120
167,369 167,369 00000000000003ef42e399945e7dbd9c6e79778bcca57fa3f708041667422537 0.02 MB 55 2
167,368 167,368 000000000000098773af0c2450870de5e319263c793aba06fea8f4a1ff6bcb36 0.01 MB 33 43
167,367 167,367 00000000000009fa8a91fa0a73adb091ff41b3deb29f1172443401d566229d91 0.01 MB 24 62
167,366 167,366 0000000000000771af0a4419cb6ed2767020785ac27e9b2fa74cf416e04e9348 0.00 MB 9 0
167,365 167,365 0000000000000be16e46dfa4bf6b6742a3cba6a288035dac39b378ce15e29c84 0.01 MB 15 103
167,364 167,364 00000000000004ea86bd361c34a21791ccef418cc69cdfb50c076a6d0118ccca 0.03 MB 67 65
167,363 167,363 00000000000005b318ef5bc060ecb08f0f04e1e3131b205cd502f50ca4c71a71 0.00 MB 13 508
167,362 167,362 00000000000002f09c98639ae24904a0555ac78307d8d134a7f557182a836109 0.03 MB 89 240
167,361 167,361 0000000000000a2f9778616e808146bcd995509cf56901f5560679c9c5df8a1d 0.01 MB 31 132
167,360 167,360 000000000000095173a8f565d07c1a4df5c143a9b5d3bf36d12736d6cd6f2214 0.03 MB 79 81
167,359 167,359 0000000000000c234f04d44a0f9f67bb4cd9071154f8e98eaf0db512cef6faaa 0.01 MB 30 94
167,358 167,358 00000000000001c0b4d95c491d7896e18cc168dfb7e48bfa7abbbf31527a88f5 0.00 MB 5 169
167,357 167,357 00000000000000b548162c7cc754bf13b59ce801f10c19d6b7ed5205bb7bbf8c 0.01 MB 19 112
167,356 167,356 000000000000022dd87529259dcf8b6839b9faeec77dec8937562cde61093627 0.00 MB 5 37
167,355 167,355 0000000000000752a10912b618fb3976439fad682f1b94e226a1d503f1a47b0b 0.00 MB 10 64
167,354 167,354 00000000000003ee8488770e5a61c1e31dc4dc6b4196d1bda3b2b653ef3edd9a 0.01 MB 24 88
167,353 167,353 000000000000032f749c65ba11f6be7541148d7169bd0ce5eb06293f808e2595 0.01 MB 6 9
167,352 167,352 0000000000000b7b83fd938501f7ad898d1408cbb555fdb85167a82cd6017e08 0.05 MB 116 24
167,351 167,351 0000000000000597e605b9b90a2695b69808039a767ac73a09bb4908b0db1975 0.01 MB 20 118
Previous 10 blocks ↓
Total Size: 777.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,553.06 GB
    • Received: 137.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.