Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,246 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (8 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
910,153 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,152 (886,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,298 23,298 000000006e52747821b5da2d6d0fc63d86ee2cf14bfdd919c9b3d73ef5fee85b 0.00 MB 1 0
23,297 23,297 000000001c7b68f2894a98b188884441f5c9f221d8a1b7f5ffb42681f2faf38d 0.00 MB 1 0
23,296 23,296 0000000050d43cbb3efb92bf2f0a8e3d70f216a44f181b94546d44adcb36397b 0.00 MB 1 0
23,295 23,295 000000000d0e30b1c70efee7d013eb7adb0f1e8e19925438484e1e376070982f 0.00 MB 1 0
23,294 23,294 00000000b9122632b3927403734e5ebcdfafd507014c1fe8022d86724ef16a64 0.00 MB 1 0
23,293 23,293 0000000047402ffde43d22a3f0e9a343e50fa3b4eccd3be5fc90367860a6f226 0.00 MB 1 0
23,292 23,292 00000000fd931ffa0789b0edbda5ea3fb651288fedc3fddaf9f8095568d0a545 0.00 MB 1 0
23,291 23,291 000000007e43fc7d5a00081d7000c6ff94114b6a335183cc1135c4b775d51d8c 0.00 MB 1 0
23,290 23,290 0000000094136a077e16433bf6c4140533d08c7775bf94c24640f19766834ec8 0.00 MB 1 0
23,289 23,289 00000000ac5b382881df20c9ac0d3e4b1f33ad7749d70f5490a84132e29f124f 0.00 MB 1 0
23,288 23,288 0000000054e88ef1c8370b92ec7552c3cca10df1ef8475df6b8121cc272c3ea2 0.00 MB 1 0
23,287 23,287 000000000e87d72bd236ef536554f083ef56ae95202a2faa9e0b4791bec1a3b0 0.00 MB 1 0
23,286 23,286 0000000050b06c30a9f4828052ad80407c78a7c69dc34a62696a901403915c6c 0.00 MB 1 0
23,285 23,285 00000000db93eec578e74a1e8e33277d1552c8aada749adff99a90ee80132c3c 0.00 MB 1 0
23,284 23,284 000000001798b734a7ecfec493dc22ac689f301aa2fa5fff1c0ca8664893bb1a 0.00 MB 1 0
23,283 23,283 000000009fe2c9b8912a69bce6441b7b0e228960579fce8ca262e4ff65c1e8f8 0.00 MB 1 0
23,282 23,282 00000000d004d1983887e27f1d6265464840ff972716ecc81efd30ecda9bbe51 0.00 MB 1 0
23,281 23,281 00000000f3160c92d4580c8b600d4918af1389daa8dc376c4b3869e9fceb8ad9 0.00 MB 1 0
23,280 23,280 0000000015f46c45f7bc5dc39f0c0b0105a1f5fda5f7e4fd94b66ec49c99f1ca 0.00 MB 1 0
23,279 23,279 000000007ba1882db4812ad1501bf7b6370fec1e55f64115d01475d2365545dc 0.00 MB 1 0
23,278 23,278 00000000f60a26f4f50cba6df1cb15917c24423638a76afb091223f5de7311e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.41 GB sent, 116.85 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.