Loading Tool

Explorer IconExplorer

Memory Pool

2,843 transactions (0.97 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.35/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,246 000000000000000000022b910000000000000000000000000000000000000000 2,836 0.02450984 BTC 0.96 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,245 (528,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
383,355 383,355 000000000000000002b52c086e52a2110d55a3435bdbb9b28d35d13e94e5fa8c 0.33 MB 658 31
383,354 383,354 00000000000000000b7ec31f9ebe48394ee20a082e6ef21f7bb1f055763f9d34 0.25 MB 222 13
383,353 383,353 00000000000000000c7252017bb6de08e230aa0d5aecd1bfaea6bc299d30aee0 0.77 MB 1,353 30
383,352 383,352 000000000000000008de3da704319043260466b7a306323593b38585681f8f0d 0.08 MB 149 33
383,351 383,351 0000000000000000055340022de4adf0015434023c3c8e0c410d35449ff100c4 0.15 MB 192 23
383,350 383,350 0000000000000000106b0e91d1a5fc16c3067983ffcb73846186685de79a47cd 0.25 MB 433 31
383,349 383,349 000000000000000004e1a1aaf11fade63f714f3fda53ae7bb70a17fdbdf74c22 0.25 MB 458 27
383,348 383,348 00000000000000000fa39d9a1c3259576fd739e6a39e200d0db4988ae0ee3b15 0.07 MB 83 17
383,347 383,347 000000000000000003177f835ea99f8a004949c81e801f9be0f84a5ad9198762 0.34 MB 607 30
383,346 383,346 000000000000000006bf103f639d8573f0390ac48e479b97b53cc81bb9efac36 0.20 MB 404 28
383,345 383,345 00000000000000000c5793d1bdf919935cb27c5cfff82a09aa940b49f733549b 0.25 MB 333 19
383,344 383,344 000000000000000000386f7ffe6339235d6808541c034eafa0f597733b5e8500 0.48 MB 886 29
383,343 383,343 00000000000000000dfebd1a8f4a449163fe67d4f0dc76b9d5183e3491a3d288 0.30 MB 403 21
383,342 383,342 00000000000000000bd9b3369744fb1c7daeb25f18061707db9a344273682bf1 0.00 MB 1 0
383,341 383,341 00000000000000000c9c322c4a18e38cfc69b7788fc6ddcd6feb3fd5302db03d 0.70 MB 1,089 24
383,340 383,340 00000000000000000d371a6872ba7f6ae953cb094f3051096e83f8f5541a31cd 0.99 MB 1,962 31
383,339 383,339 000000000000000009571c23c0c43d5634bf5bdb874c98e13e254ef0de6a4e28 1.00 MB 2,720 42
383,338 383,338 00000000000000000e069afd805fc955b920d8840420f3b58d15bc629796ceca 0.21 MB 349 27
383,337 383,337 000000000000000008a88d59233972b8e1bf7c8324253f9a0fd44fad852bc4a9 0.56 MB 1,241 33
383,336 383,336 00000000000000000faeace32d270479d4d7a7d31363625ed3a043e3d2235ed3 0.56 MB 1,189 34
383,335 383,335 00000000000000000c266943154fb4d1a83bc1db67f5b812d258f8eb38d68860 1.00 MB 2,227 31
Previous 10 blocks ↓
Total Size: 777.53 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,537.61 GB
    • Received: 136.00 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.