Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,066 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,833 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 2,054 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (353,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,351 558,351 00000000000000000026655330b6bd8775e725b066b2083fadc12e2e077983ec 1.12 MB 2,646 8
558,350 558,350 0000000000000000001124beb45cfaff3406873a6de00716d52808caaac0f19a 1.13 MB 2,898 11
558,349 558,349 0000000000000000001e5f8030b16349340826393c5970d5e2b14a6e0fd68a19 0.58 MB 1,188 10
558,348 558,348 000000000000000000313f5198ed9faaac18ea580f925cefe3b3b1cbcfe5f3d0 1.11 MB 2,665 7
558,347 558,347 0000000000000000000c9205fa12beefe3e055c2d7ec877e79153dfdad04a7a5 1.14 MB 2,860 8
558,346 558,346 000000000000000000293e6fa626682e6fc58e301ca7e132702a051f522cf70d 1.17 MB 2,733 20
558,345 558,345 000000000000000000096df8257eaf022cb13fbc47f16830ca9f0067fe79e1a3 0.16 MB 456 12
558,344 558,344 0000000000000000000245c50418c9fe7dd56a48866c237fe24f5c29ad5550b4 0.70 MB 1,903 6
558,343 558,343 0000000000000000002b5e57924857baac9fdbe3e750d12a4ee13c27a122699e 1.17 MB 2,896 15
558,342 558,342 00000000000000000008bb5f3969e28ab360446379f640dce177b68a91de6d9f 0.04 MB 117 7
558,341 558,341 0000000000000000001525c69ed6b0c15aab3f6df79cff7fc139edf45580d650 0.65 MB 1,724 6
558,340 558,340 0000000000000000000fd75c64a013ad33be5775d45554e6566e046eb42f8bb7 1.17 MB 2,602 12
558,339 558,339 0000000000000000001f01b493a566d09856dbee43bf56ecdad20fe1e14bde55 1.14 MB 2,359 15
558,338 558,338 00000000000000000006822ae53814e4c0ee1406cdc0711af3eead91c2f98117 0.72 MB 1,554 8
558,337 558,337 00000000000000000022b1057d47026b4eddd93e71dad2dc42b48a142e241dcf 1.17 MB 2,802 8
558,336 558,336 0000000000000000002b1cf6dc015652b86b242f3463c0426223d1f782f12295 1.24 MB 2,923 11
558,335 558,335 000000000000000000161819781e05dd9159528e9246e532fb438b3c3ca28216 1.18 MB 2,744 5
558,334 558,334 000000000000000000033294fa9afc6ca67e9cb96834f6c7e5ff8a88328bcf58 1.25 MB 3,043 39
558,333 558,333 00000000000000000023481eb55f54f572986fbd4ed3da023b750ac51ce73607 0.74 MB 1,965 2
558,332 558,332 000000000000000000104c06bca0ef8efead2a2294be55b4eda72cd61a338d5f 1.17 MB 2,887 17
558,331 558,331 0000000000000000001af013d3f8f526a4b625d61d4a7a1cf7c96f87aae4071a 0.66 MB 1,771 11
Previous 10 blocks ↓
Total Size: 776.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,466.96 GB sent, 132.47 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.