Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,091 transactions (0.33 vMB)

Priority:

  • 1 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,595 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,077 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (891,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,469 19,469 000000008a06c394b5528b8f1ebbabe5a8c0092a0dc4dd1bb196d5ed9b87735e 0.00 MB 1 0
19,468 19,468 000000003e44681329d5e2929b198320c794dacdfdcb49da19533f6ec66707c8 0.00 MB 1 0
19,467 19,467 00000000e306798b2d15784a6a5d2ff4cae070e5dfe40fe6866fb1989d65e1f3 0.00 MB 1 0
19,466 19,466 0000000041d825779a8ea435a9758d60d64cdf138ee607b831db4f4196686684 0.00 MB 1 0
19,465 19,465 00000000a54133e86b78e3e3efad39cc13fad98b2876e30f55ed1886ab34ab37 0.00 MB 1 0
19,464 19,464 0000000082fb1233baca7fd7de749c96daa489ce52d5fdeaa8d5e139eb2298f7 0.00 MB 1 0
19,463 19,463 00000000ea816a3243050d1ec4852fa3951ff8460e06c219ea9d5bd75df55b40 0.00 MB 1 0
19,462 19,462 0000000051fd91a8b9da1f4f19faa014cff192355c2aa21676c89fbdf238d0c7 0.00 MB 1 0
19,461 19,461 00000000b5205d52c6498515812063135ceb171ed1facbb7f2ae25b7d9c54f9e 0.00 MB 1 0
19,460 19,460 00000000032fb08b7a26ae46d5ec4100cbac9e9f594096d4d50f2d54ab0cdd5d 0.00 MB 1 0
19,459 19,459 000000000cc0257c9eb09dc388ac3c753b20415fc29f3d9c568ee7084086bf16 0.00 MB 1 0
19,458 19,458 00000000f98264bd7e25f9fb88000a1623f40a5ba2c73ca9efb1c6a4d7fb4811 0.00 MB 1 0
19,457 19,457 00000000007eeaae4496f0c062e9e3e08c543e5c28ee94210c3c3a154cfcd1df 0.00 MB 1 0
19,456 19,456 000000004f84b9f5687e77249112c345ac6c723b5aa737546e3bdb6889821402 0.00 MB 1 0
19,455 19,455 00000000a076e9224b37171902e65ec8cf68dd0a7937daeec3e77fc80e906e65 0.00 MB 1 0
19,454 19,454 00000000e4936d35e9044f6f4dcff23b9c809a4a7b342147be27df1ff1079ca4 0.00 MB 1 0
19,453 19,453 00000000f7b25089733b669264f03ffdf49f5a339245058456089589384a9881 0.00 MB 1 0
19,452 19,452 0000000074be2bb1df0ac58f27d296d2d5dedbda13846027461007126fa9af28 0.00 MB 1 0
19,451 19,451 00000000a101143130ad87446299b80a3954e871ec128af940ff5c7cc1f82fb1 0.00 MB 1 0
19,450 19,450 000000003b6cb6c44b7531f7bc0d037e528a75703e71439f81e3d4be118f332e 0.00 MB 1 0
19,449 19,449 000000009da14a2242ee3c6e0f52949963dd352f636df44447bfc1625693c40b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.47 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,255.03 GB sent, 120.92 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.