Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,042 transactions (0.35 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,513 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 1,026 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,512 (888,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,445 22,445 00000000f0054ebca35d00f9a9d1d4d9449fc93576e9a15b00d8463ef56d9c5a 0.00 MB 1 0
22,444 22,444 00000000c11e1a259ec7fd527993d28a0a26e30ed77cdd1cdd686f182e472f4d 0.00 MB 1 0
22,443 22,443 00000000b56ece4d811954778244ff1b93f904766ec36f950faca29df0971118 0.00 MB 1 0
22,442 22,442 000000003c55ca2ef474937dfe627d7ca0f4bfe50c35a41075a37e6f158c30db 0.00 MB 1 0
22,441 22,441 0000000014e981bcd88d5d15cee9e810dfc69b1a8544dfc6ecb7cc74bb366b30 0.00 MB 1 0
22,440 22,440 000000006a08345ea118445758427300cb90f700c73a69a9b553cba97b0165a8 0.00 MB 1 0
22,439 22,439 000000009e7b27a1bd50cc6ec37fb0ac6b941da59bfa8f39c9daccc80ac95732 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.34 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,244.64 GB sent, 120.24 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.