Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,143 transactions (0.34 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,020 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,019 (18,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,499 893,499 00000000000000000001f0067ad5a2ecdec9b5f4767f2fca02f05dcf37e0f95a 1.62 MB 4,211 2
893,498 893,498 0000000000000000000191563ef62563e1bedd02245f8344a2e40a96200a627f 1.73 MB 4,173 6
893,497 893,497 0000000000000000000077de4ce214338f872c08343a498ba4e4825d946b4e0b 1.84 MB 4,274 5
893,496 893,496 00000000000000000001aae0d2f32ffad76755718f2caaa4fcb9068fb7791749 1.76 MB 3,998 2
893,495 893,495 000000000000000000011aba2ec9a8f7a549c65e2c2ecc8b3d6b431ab5debcf2 1.76 MB 4,812 3
893,494 893,494 000000000000000000016ad23462f980f5baf4017dd567a6e2a3061b81b26cf6 1.74 MB 3,917 4
893,493 893,493 000000000000000000004f58cf0aa703fbd92f4cef4691e2a6383817828dc2a9 1.70 MB 4,122 3
893,492 893,492 000000000000000000010fa6143841a979b92607c602bbf5903d26f8f371dbc0 1.64 MB 4,215 3
893,491 893,491 00000000000000000001eebeb890766a94271a16806ad6848ab61d28aed7dca7 1.43 MB 3,422 4
893,490 893,490 000000000000000000013b7ba138a90a7b716baec622a2580d34a72be0fd8a2e 1.68 MB 4,611 3
893,489 893,489 000000000000000000005c6b2d06c6df1b7ec371fe0eae701c7fe2835624ee40 1.67 MB 4,195 2
893,488 893,488 00000000000000000000da034d85567bcf64d851a6658f687e1210122044b44f 1.95 MB 2,973 3
893,487 893,487 000000000000000000004192eaa70926840ceb232d26cde9f195b2e2dafc385f 1.57 MB 4,320 8
893,486 893,486 0000000000000000000021e5782b6a636a01355eaad2dc343896f4efb34d9168 1.61 MB 3,793 4
893,485 893,485 000000000000000000019e43808373274c398dbc98c593ee1b0b00d1e1d4a736 1.62 MB 4,551 2
893,484 893,484 00000000000000000001bca3546488c41501f7f522ca9413e2e00b3f6a4af84b 1.78 MB 3,326 2
893,483 893,483 00000000000000000001939963fb85cf25600568e5bbf760d9728b73b3f25035 1.67 MB 3,594 4
893,482 893,482 0000000000000000000209e220aaf51e02c711291d819e291c803d4160d0f91d 2.14 MB 300 2
893,481 893,481 000000000000000000015b95f95f330a938747ef1f4639155f1e59f97aa6b2e5 1.77 MB 2,800 3
893,480 893,480 000000000000000000019a54804690a800ed61eefdd5df7e00200950602ac457 1.95 MB 1,597 2
893,479 893,479 00000000000000000001b5e053513c50c28f4c0714d2948ef25285472ffeb75d 1.50 MB 3,728 4
Previous 10 blocks ↓
Total Size: 777.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,515.36 GB sent, 134.04 GB received

Notes

  • This page updates every 5 seconds.
  • 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.