Memory Pool Memory Pool Refreshing

283 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (846,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,555 62,555 00000000053822b903047791abae57efb28f15c8a0217d928100927635624024 0.00 MB 1 0
62,554 62,554 0000000006636c184bff64eb6fa991e844ecad0da432aed977386ccf582b0e7a 0.00 MB 1 0
62,553 62,553 0000000000ad91fada6d939fa081a43e181302c4676213d124d5d7c1a1d3b4f1 0.00 MB 2 0
62,552 62,552 000000000cbb26a390a8804bd94a7e67d41fc33cc46d3945be61aff0cd85e676 0.00 MB 3 0
62,551 62,551 0000000002ae5a85b1199ae9246efe8ad64bcb950597713c6e881f70d10958de 0.00 MB 3 0
62,550 62,550 000000000af61ffe014ef042ce3f871a3d3c28a11794e20412c9b5e705386ea0 0.00 MB 1 0
62,549 62,549 00000000087d59e7bc87744cf51a79a9bdfdd11ae846bc99055491c7e217b94a 0.00 MB 1 0
62,548 62,548 00000000092df7eb8ea9ef78db04bdd6d4450a9e2b1ce3a828623d4597c0ee43 0.00 MB 1 0
62,547 62,547 000000000114c204254397f8165179d08623a1edf0fc43a770e7de64fd051ee3 0.00 MB 1 0
62,546 62,546 0000000000a796ba82a956155fba60c7c0a0d9ab74cd37bdba98451d37418343 0.00 MB 1 0
62,545 62,545 0000000000b462933571f1edfd056f1c7feb9f66725e11ed9ebb32f3ad8dafd8 0.00 MB 1 0
62,544 62,544 00000000045d0918a329801ff272c393819843636173258c151fc1dcb47938b9 0.00 MB 3 0
62,543 62,543 00000000019fc052fe08808c1653f470c51b0d4acc9c3847195902118018c084 0.00 MB 2 0
62,542 62,542 0000000004b3d78339ae7cd870f52b3c09f778439955ff631739c0848fc5d224 0.00 MB 2 0
62,541 62,541 0000000001a205691468db9c6fea2cedc298a52de56b56300327bc1ff220e0b6 0.00 MB 4 0
62,540 62,540 000000000881571e9c85eddd7d20784bd9ce8cc21a4adaf317b79594abbbaace 0.00 MB 1 0
62,539 62,539 00000000025d8a9432c2de01f2649bb0645034388a68f8d2256b923e6ca4947b 0.00 MB 1 0
62,538 62,538 000000000a893a7a68195b2bfec88354e488a611b1188bd48d2d51e5e93d6258 0.00 MB 1 0
62,537 62,537 000000000a13ecf576ac9d66341fc1768198cb728dd91ee425ab7042da29c966 0.00 MB 2 0
62,536 62,536 0000000005047e8ec89fffd75a3aecca95ce9cbac09f1626beec6f39d62a76ee 0.00 MB 2 0
62,535 62,535 000000000b59031401d1ae515702085d57e4c458e8df023bcaaebda31f2843d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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: 1,847.78 GB sent, 100.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.