Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

228 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,462 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,461 (888,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,438 22,438 00000000f574c4b271c3d5c42738d04451ca04b94a89c75cdc585c939b04e11a 0.00 MB 1 0
22,437 22,437 0000000090ce0641d4f42f49e2eed0024869bea55605bfd1c3bcdd282c026c8c 0.00 MB 1 0
22,436 22,436 00000000a1f4a59d91d306eb38d94c6e12a5c26b70a44f9ab16f765cc8b8ab5c 0.00 MB 1 0
22,435 22,435 000000008868a9a50a47b23b132409a6270580c0f6f6b454a855278f9be61e9b 0.00 MB 1 0
22,434 22,434 000000008eec416a8ba59286c40a49bee394dcccfde05e5da53eebe50d9241e6 0.00 MB 1 0
22,433 22,433 000000000872749332e866ea19fa07983b98da26a9ffecbec6df742fc5f85e10 0.00 MB 1 0
22,432 22,432 00000000b2e832288c43aacbde06c536f0120e2bfb1760cd56cd64af64bea404 0.00 MB 1 0
22,431 22,431 00000000d5e1fe88d794772a1c64808984630756c249ba9492bbaa7415f04cc9 0.00 MB 1 0
22,430 22,430 000000002f167164373a292910174738adbcbdb336a78aaa4eab82a3fe4e9507 0.00 MB 1 0
22,429 22,429 000000000b2386ddad8d9d1fd3448cc2bae1b5d19cb8a339d49e35a904eda8f3 0.00 MB 1 0
22,428 22,428 00000000935d78d51c37deb135b5db5c2426d4d988cb8353b23f8c6e2a0c5cce 0.00 MB 1 0
22,427 22,427 00000000a0ec2db68c88dfef45e8cf60399744aca600b4035b37b045f4c02d87 0.00 MB 1 0
22,426 22,426 0000000023ee4da1b47c658f863560eacc1325dd6ad4df8d4e2f9326741b03b0 0.00 MB 1 0
22,425 22,425 000000006454c675d477b836db8bbb2724f228f975ee3f230b64ee4165bc8c08 0.00 MB 1 0
22,424 22,424 0000000076394ad6b3e43ccb0c12ce4985ad0b391ef0adf2adec02d6c1290cee 0.00 MB 1 0
22,423 22,423 000000005d4794d4fa6577b842a3a1e45c03f9ab1a2e1e31e8475f0102aee103 0.00 MB 1 0
22,422 22,422 0000000002d22ff5b54ae5a188380fd00a930a142b677830e60d1d14546cd035 0.00 MB 1 0
22,421 22,421 000000001c0405c7cb024e3124268d1b3d59c7703c4cd144bd50bd4308e67562 0.00 MB 1 0
22,420 22,420 000000002839d5a7e3a9459de6cc90e54dc3fdd376a76f8b661be933fd840a79 0.00 MB 1 0
22,419 22,419 000000007c044df5c5a97632d7f6b20e45676928e178cbd5bc8ad16baad7fa41 0.00 MB 1 0
22,418 22,418 0000000046bc7f9475dd0e6a6611751b2c97e1abde4de75f8d1820da224fa4e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.25 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,240.78 GB sent, 119.74 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.