Memory Pool Memory Pool Refreshing

6,560 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,294 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,769 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,293 (828,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,759 79,759 00000000004d1dc0175ee19d9f54d577de1daa0663128d4f5c92a5e1dd0865a5 0.00 MB 1 0
79,758 79,758 0000000000531264f2dd32a7b8a601b1a7968c4006756a32698486056caaf6cd 0.00 MB 1 0
79,757 79,757 00000000005add4514bb7ead221734dd2c80ebfc04438888486534d8e7473722 0.00 MB 1 0
79,756 79,756 000000000035c0d18fec5476df978611fade48d7c7bee4723ef9278415f7ff50 0.00 MB 1 0
79,755 79,755 00000000002e214a5ea04b18b502577bdb94676b38a6707076799e6804c684d4 0.00 MB 3 0
79,754 79,754 00000000002e8b5f0c9a6d2f5b30d127a29dac473b6b5241c47eac6498be0b32 0.00 MB 1 0
79,753 79,753 00000000003c35eb33f74ad7d98f3590af77c4fe28f552a445d3e61b3f407468 0.00 MB 1 0
79,752 79,752 00000000002e2bdfdb5b34ad3c6ba0f4644dc44e087f3fabd034f60e3569a99a 0.00 MB 1 0
79,751 79,751 000000000020b344a2e406e0bbbb135515fdaf749ac201ed37dab4a88d0b972c 0.00 MB 2 0
79,750 79,750 0000000000091444a85d0363f6b341a38bb644a65ec06e9f91cacbeba1c372cc 0.00 MB 1 0
79,749 79,749 000000000003f8f408de074f89eb3288ce554ce458861d8dda08fca201f2cdb7 0.00 MB 1 0
79,748 79,748 000000000059de21d48ebf72b5d00243342a04cffe04830fe7393093931635f6 0.00 MB 1 0
79,747 79,747 00000000002fc93ccd9c721f5d660fb661fe6c9056a423a4cdca641f16dbc4bb 0.00 MB 6 0
79,746 79,746 000000000010688e29bff75980ef36f1002942d16c6468d21bd80b6f49a1000d 0.00 MB 9 0
79,745 79,745 0000000000259236c01091906edfbc9dc810474b5e9bd0bf992b4a04a0f43768 0.00 MB 2 0
79,744 79,744 00000000004517af250cb605837f1e832d022dc845f2aea9634d384e5a8dd9f7 0.00 MB 1 0
79,743 79,743 000000000046b62ce50600e5849a5f92e9d1d53a298f2e025fcab760d10a8fa4 0.00 MB 1 0
79,742 79,742 0000000000584c0d99e1badf89dea8165d40bbc5f912bd06ffcfae758b8c58c1 0.00 MB 1 0
79,741 79,741 0000000000315225543de887f77330601c075e838ab6b620f997b2510cbc1714 0.00 MB 1 0
79,740 79,740 000000000024072d89a356986fdea58d315863e4fef621490466f6e14bb9e75f 0.00 MB 1 0
79,739 79,739 000000000057d5e49271422b6af77c215eadd6a6634fa35ebd571cdc77f5ac18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.50 GB sent, 98.35 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.