Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,393 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,204 000000000000000000022b910000000000000000000000000000000000000000 ago 0.97 vMB 3,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,203 (838,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,248 73,248 000000000066b5d1244af5f45e9f2f041b66857fe3cf388ace4be94ca01a33b0 0.00 MB 1 0
73,247 73,247 000000000006bf7bf136388091afde84d4738bc1e7821ac88c1c6123f3c6e970 0.00 MB 1 0
73,246 73,246 00000000007b2c2979a9eb1c5c2691c3b8e1a710d2daab385a6a919a804920c4 0.00 MB 1 0
73,245 73,245 00000000004e26cfd334074e3de34b1eb12e6902ee2e6a9cc462eb0af448a4a8 0.00 MB 1 0
73,244 73,244 0000000000209299693cba1227afdfa90fe508fb768fc2fbe2669276d347bf41 0.01 MB 6 0
73,243 73,243 00000000001592135abeba9e9b56f994ac6dc1f73e29fe48e0dc574c9cb6f1cd 0.00 MB 3 0
73,242 73,242 0000000000650ec90c961d8de855a5a961f7597cab420bb1c83c2461d98702b3 0.00 MB 1 0
73,241 73,241 000000000012eab7147c664f55f6c0f761aeb3bc80d420d878cead8f9fd845b3 0.00 MB 2 0
73,240 73,240 0000000000b8f8a74623894afaaad6e10e992055e309337a30e2e600f8c43360 0.00 MB 5 0
73,239 73,239 00000000001b460f0be3db8b7919f28c90745b0da627d9514f0e411d00c3f93b 0.00 MB 3 0
73,238 73,238 0000000000ad3a639380b6230da7d8a5b24b8c06ea87d7c3670bd90d714a0905 0.00 MB 3 0
73,237 73,237 00000000008b4f330cda18174e47fb81dff4f7b277b12ea924320a7369e71fc3 0.00 MB 4 0
73,236 73,236 000000000076fcd4c04c5e4366d19c9c73786740efed1ea81b741a454aec1717 0.00 MB 3 0
73,235 73,235 00000000007b8ccef5bc002dc427a742a7665b8a42829c7f0a304ade3bdebbe9 0.00 MB 2 0
73,234 73,234 00000000002b009bbc7ecea4b47d15dfd9d7fb1e19c129a77f9962c77535286f 0.00 MB 1 0
73,233 73,233 00000000006ae35404492dc599de19bd530edcd3bb49426c89700f61d06ed2dc 0.00 MB 3 0
73,232 73,232 00000000002a94019f8021d0bc3832534d4b98ed6e38abffb43f3dbabbcf54f4 0.00 MB 3 0
73,231 73,231 00000000002432f557b027c85763f36e27cc00f2c6bd502ef07d14021fb22246 0.00 MB 3 0
73,230 73,230 000000000061ba73684496e1c2c94df45bfd9c20849ec7e5335d959d091cf86b 0.00 MB 2 0
73,229 73,229 00000000009a27be55fd789ca4d3330e4912fbf6191d0a0be43660e5ac57eaa9 0.00 MB 6 0
73,228 73,228 000000000068bd12396d0aa2e1f846aaf7d0c4f4bf019a6a7bd5a9ce5373aaa7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.46 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,535.05 GB sent, 135.68 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.