Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

810 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,552 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,551 (42,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,337 869,337 000000000000000000009bc8dce4822730e980801146f45b5b647abe1fe78a4f 1.68 MB 2,552 6
869,336 869,336 00000000000000000000b48755aeabb80b448d200003584072f482aa4ee1033a 1.47 MB 3,387 2
869,335 869,335 00000000000000000001c26cad84cfbcd9f1ee7094e3e2600fb31c5c23d14352 1.85 MB 2,425 3
869,334 869,334 0000000000000000000200ef819890c381eadbd865acefb6ed888aa95d8028a8 1.61 MB 4,110 6
869,333 869,333 000000000000000000024b313b59bb6db9641377ffdb57413e94860807c7ae23 1.58 MB 3,425 6
869,332 869,332 000000000000000000019ad24311f1f6cfccfe2f7f158c23242da7b273ef3f02 1.51 MB 4,513 5
869,331 869,331 000000000000000000013ca222df6d107100b5e6c3fe04e4d47cbc6e84dfe2cd 1.62 MB 3,638 9
869,330 869,330 00000000000000000000cf0eeabc7dc890eec9f0b9addad5e9954e69191c5669 1.50 MB 3,349 8
869,329 869,329 000000000000000000021a793d1f0d92988dd66144ff4290ed16adc1e9163e30 1.59 MB 3,747 7
869,328 869,328 00000000000000000001f80384a03cd9c3f8233f1865b2c028f12fcf28e29c4f 1.65 MB 4,100 4
869,327 869,327 00000000000000000000d58e5c1adbecdc5f88505f0c987842ebe4cc5f616dde 1.71 MB 3,526 6
869,326 869,326 000000000000000000017496840776a7b3d14ddb48c52ab9b8e7d7e714d1f0fb 1.75 MB 4,163 4
869,325 869,325 000000000000000000001243a5a1ab8aa77ebcaa571474433e8f83ad9558af82 1.55 MB 4,336 8
869,324 869,324 00000000000000000002c1ac68854608c93279f9547ab64e375f13a3a449d931 1.58 MB 4,489 6
869,323 869,323 000000000000000000024be937e8f0705c91dbae099650aa2a878fa4e282e453 1.60 MB 3,267 5
869,322 869,322 000000000000000000017f5926385f66dc265b48c9541faddebff171789ae201 1.39 MB 2,631 8
869,321 869,321 00000000000000000001f6e715e763d970565883c0d0c424f6236c0f9fed4559 1.60 MB 5,056 3
869,320 869,320 00000000000000000001e13ed92c941561f4893c26f67195e1dc5f3211126a1e 1.83 MB 5,051 3
869,319 869,319 0000000000000000000120d369b9ff30059d6d709f8a553481b317ae533b55fb 1.52 MB 6,226 2
869,318 869,318 00000000000000000001c860878c179af845ecc0dddaf0722c65fc2694971399 1.55 MB 4,338 5
869,317 869,317 00000000000000000000fdd895afabca7aa638c36a8946c22851f2b6f78904c4 1.54 MB 5,626 3
Previous 10 blocks ↓
Total Size: 776.26 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,414.17 GB sent, 129.94 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.