Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,349 transactions (0.39 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
911,966 000000000000000000022b910000000000000000000000000000000000000000 0.38 vMB 1,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,965 (562,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,310 349,310 00000000000000000297205825f6b1cd6133f3b2f15ea975442723a315593247 0.04 MB 53 24
349,309 349,309 000000000000000010d9489556f4e6dbe6d7608676984a11de1797a3f11e2dac 0.70 MB 935 21
349,308 349,308 0000000000000000054d99531c356247422cfceb4544e0fbda048e47675cd3ce 0.53 MB 998 25
349,307 349,307 000000000000000007d7d5dbcd6841c796d196047bea60e44c991fee20c320f8 0.21 MB 360 24
349,306 349,306 000000000000000008a79ef1dc1a69cd7402b8405e86ed6007d237550de40897 0.19 MB 433 9
349,305 349,305 0000000000000000020e49a99905becc51a4e3fa656f9bfa534bdd04112ed7df 0.75 MB 1,400 25
349,304 349,304 000000000000000011b398140ded43b01a0ac37a465109c599ff354af7d51af5 0.75 MB 1,647 30
349,303 349,303 00000000000000001272c0d0066ee6b05d9a124f7bde77d0086d362d583d2dfc 0.08 MB 160 28
349,302 349,302 00000000000000000f790a4f1fc4540a34ee5ae8ff55e5287c844de1cc3226ff 0.10 MB 151 18
349,301 349,301 00000000000000001006f6233da9ad8ec116cddf9421b66d7239252790b7bd23 0.30 MB 691 28
349,300 349,300 00000000000000001489c073e5f157245a087919f0c68e5fa6950553be8c8e8f 0.08 MB 156 7
349,299 349,299 0000000000000000012ac096939bdcba133383b09339909e85ed52064f449ef6 0.21 MB 522 31
349,298 349,298 000000000000000013db76f645bc93dc0e1590875b797cbb32fc2a125421cbfa 0.27 MB 647 32
349,297 349,297 000000000000000014bb728626c7bf0b2fe5e1bfb8cf57900cab111f6c7cc5f1 0.54 MB 1,060 28
349,296 349,296 0000000000000000107adf51e7822c4cf819158f35037dbd3e7ce1f569418185 0.01 MB 14 40
349,295 349,295 0000000000000000019409ccf9d84d6800d0390ff12a69405a51365631c38605 0.13 MB 229 23
349,294 349,294 0000000000000000012639425412d76964bd4ca0a1958c9016829775f7a6ca57 0.00 MB 1 0
349,293 349,293 000000000000000008341dd898d0e86c0d67963cfa318ed87974416e2e5591db 0.03 MB 64 17
349,292 349,292 000000000000000007c4497963f3e489e94978c6642c9da3ea312d7ab8a36a48 0.19 MB 405 29
349,291 349,291 0000000000000000116897960d3e7365a3116f8a791e29a72b9691ebdd034784 0.28 MB 566 29
349,290 349,290 00000000000000000a8788f5f0bf002e618feaa6794aa2ca3e19ba2ddb619a98 0.02 MB 35 16
Previous 10 blocks ↓
Total Size: 777.02 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,498.61 GB sent, 133.55 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.