Loading Tool

Explorer IconExplorer

Memory Pool

3,564 transactions (1.51 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 9.07/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,274 000000000000000000022b910000000000000000000000000000000000000000 2,701 0.01960775 BTC 1.00 vMB 1.53
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,273 (554,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,233 358,233 00000000000000000f62e4d4805f5a59c52f0b6b4936f02d2e0843471f73a71a 0.75 MB 828 20
358,232 358,232 00000000000000000274985466c7bc5d5f071f6527a576fce5a3c2c75c283c9b 0.75 MB 806 20
358,231 358,231 00000000000000000e753ef636075711efd2cbf5a8473c7c5b67755a3701e0c2 0.75 MB 905 23
358,230 358,230 000000000000000001f942eb4bfa0aeccb6a14c268f4c72d5fff17270da771b9 0.75 MB 1,031 22
358,229 358,229 00000000000000000a3ed9a4e25407518aa854f09fa1981adaae9455a91d1966 0.75 MB 1,912 34
358,228 358,228 000000000000000001643f7706f3dcbc3a386e4c1bfba852ff628d8024f875b6 0.61 MB 372 12
358,227 358,227 0000000000000000128695d6cc41c1df14916d970075993302dca9534ee53650 1.00 MB 1,658 26
358,226 358,226 00000000000000000248d1b1fb4944e1a3e9816faba90411e42d2e5e6d4ab0fa 0.10 MB 191 24
358,225 358,225 00000000000000000884af018ca7703478b6b1bbedd33981045e05158149d880 0.45 MB 372 13
358,224 358,224 000000000000000014b8c929a42339e205ed75174ddf05188c8840212b1dd9bb 1.00 MB 1,064 19
358,223 358,223 000000000000000014ff8f3bb90d73a39f4254501430ed5e7220406a2061ad52 0.05 MB 140 60
358,222 358,222 00000000000000000a0d3989c905d892b0d7eaccc4f1781b38c03ecf03dba7f8 0.43 MB 601 16
358,221 358,221 00000000000000000b3dafb219070e68a396edf0f186a9c90f3e1e099ab331a0 0.57 MB 761 25
358,220 358,220 000000000000000013683eff3a192c07d7a4cd3fbabe64a2a352c87766b9dbc3 0.15 MB 202 17
358,219 358,219 0000000000000000017f6f3464262b27b77f7c05fac97422d9c5a297970c7ecb 0.18 MB 375 29
358,218 358,218 0000000000000000033f1bf7914d18cedf595f9cfa772dbc25193e50f5b4e0a1 0.92 MB 1,960 28
358,217 358,217 000000000000000014668495c13fc22c4246474467750f559fe6e91a87843cd3 0.14 MB 243 23
358,216 358,216 0000000000000000152bf754fd606bda80a6f266566748df7ef937c75accc2cc 0.42 MB 761 25
358,215 358,215 00000000000000000920d9795dd96ef6017c342f8d025378b44c2d09c2383d24 0.75 MB 1,472 31
358,214 358,214 0000000000000000099cf8e7199cfda06ac3b718bc285d16992250cb69773b2a 0.46 MB 722 21
358,213 358,213 0000000000000000055f7f663c4d573b5f214a9d412ff56f2acbc0bc4156a0b0 0.15 MB 262 35
Previous 10 blocks ↓
Total Size: 777.58 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,539.96 GB
    • Received: 136.27 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.