Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,129 transactions (1.08 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
911,118 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,794 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,117 (895,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,165 15,165 00000000d2650ca85996b3a6766fcfecfa0d18a433d6c482e3a400eb46c4507d 0.00 MB 1 0
15,164 15,164 00000000b2ae454d6a71d2c0608e92c2f926c04a6931302ea040a56359c82a5f 0.00 MB 1 0
15,163 15,163 000000003833b363a115974311df2af666c9787db59703ee03e9a60d179008ea 0.00 MB 1 0
15,162 15,162 00000000a16d786d18999d91684b407fd7ea8a3d97c4547991aab14c17ff4174 0.00 MB 1 0
15,161 15,161 000000006595358a85f016c6246bee88d6dca69a218a20b9f13f3c09341211f2 0.00 MB 1 0
15,160 15,160 00000000dba4ef4a77cbcab7fd78273234ee81f1ecac11d7e36c95d4fceb85c5 0.00 MB 1 0
15,159 15,159 00000000a3f748cbf597df725f458747de329fc4a0926cb8cc40e1cf0ab11a18 0.00 MB 1 0
15,158 15,158 0000000099d46bc4a00cd812c617ca5d2d3551a9510ed821319e871f8727f413 0.00 MB 1 0
15,157 15,157 000000005d14c09a8b6b6bff00b6a4aafe8fc86576e6dd9163d68b4a289a2110 0.00 MB 1 0
15,156 15,156 00000000b3593afa9fca5ffd3afa3e3dcde4a863aacd49a8ead3fbe19feb7e9a 0.00 MB 1 0
15,155 15,155 0000000073c5758e096f76616a9a41f831087b80c54cf1ade65ca9fcd0a6938f 0.00 MB 1 0
15,154 15,154 00000000e8561a8203cc0a9ce0a8daf40c279d4ebbfcebb9de98136f35f3af57 0.00 MB 1 0
15,153 15,153 000000001936e2b59a2e9dfc32689e7a38ab0302c9344e4d6de2b84d95650227 0.00 MB 1 0
15,152 15,152 00000000d164ffacbd5e9d7742111f009fd446cc79f909d1c36d35a00010bdc4 0.00 MB 1 0
15,151 15,151 00000000b175733dd431d53da44964421d9ef0a871ff6cd62ec007e9d7208270 0.00 MB 1 0
15,150 15,150 00000000bdbd67bd21be1390ddd874f2bf8f81d50a11a937b98768b20e467f39 0.00 MB 1 0
15,149 15,149 0000000053db1c5cc696f1a7188ad833799fb2498e757ddb29a646f67d60ac97 0.00 MB 1 0
15,148 15,148 00000000e04e6a65f18362683fd7ee2e6222f38ac16d8ed20690f9b7c4a7329e 0.00 MB 1 0
15,147 15,147 00000000e72232c7cc842cbe657cb77097b620610d13bd1cf395f86e371d0b23 0.00 MB 1 0
15,146 15,146 000000001d0595ac92698aa2d4c004d758d8e2fb6bb59a1c5557191ab7c20d29 0.00 MB 1 0
15,145 15,145 0000000029a263801cab21b68360e281c80206e9a50a39ec75cdcd2dd79dc32e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.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,370.11 GB sent, 126.06 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.