Loading Tool

Explorer IconExplorer

Memory Pool

2,955 transactions (1.45 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 8.46/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,429 000000000000000000022b910000000000000000000000000000000000000000 1,665 0.01171365 BTC 1.00 vMB 1.09
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,428 (745,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,376 167,376 0000000000000b1440079256bdfc94a94120f60773d1b272aba8ddb8abb36e71 0.00 MB 11 333
167,375 167,375 00000000000001ed7627d95538c2401f77dbf747c73b4cf78661650c8317307e 0.00 MB 11 97
167,374 167,374 0000000000000264f3a562dbd59c9a86513fea07eb7d0b603c475f5ee09ed9c0 0.05 MB 73 32
167,373 167,373 000000000000052282cbd007715899d3452230f68b56cfc237aeb1a2d6a22a20 0.02 MB 45 203
167,372 167,372 00000000000004cf99703892d555ec7d259ba5f378193de295a954b4ddeb38c3 0.00 MB 1 0
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
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.08 GB
    • Received: 137.51 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.