Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,583 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,104 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,103 (895,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,170 15,170 000000002df41d48d37576f31df841f9485de84f76934eae2a881da78f437aed 0.00 MB 1 0
15,169 15,169 00000000a468afd9b8e3c9e73639107acb3bc66326441fc67db106aba8fa9350 0.00 MB 1 0
15,168 15,168 000000007b36e0a844ea4a873dde511d7e7d95d1e6bcc2faf54cebd0ecd88de9 0.00 MB 1 0
15,167 15,167 000000003a5903c74c65e7d52ad097846ac3dfc8d37b459f8339dec2be77a614 0.00 MB 1 0
15,166 15,166 000000002a0987e5aad9db4d918ffdbf3c73138d6e0158ca2746fa6a885207ea 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.43 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,369.63 GB sent, 125.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.