Memory Pool Memory Pool Refreshing

335 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (881,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,005 27,005 00000000ada4f2a634ca016ff4b9b4ed0d7ceca8e4faceb7c910b84738996a1b 0.00 MB 1 0
27,004 27,004 0000000025f04b42cbddfe29b44c5b7597b70d569a77f85dbfdb07c6d8c43391 0.00 MB 1 0
27,003 27,003 000000009ac5d49b9457710532201a9f2dfb08a0f5a980aa2ab62a44a3e66ac4 0.00 MB 1 0
27,002 27,002 00000000dfa4f31e9cb52e8ce0d1e089f6b767b3dbee0af152444e33ec3106e5 0.00 MB 1 0
27,001 27,001 00000000a59b38d781bbb97d206a1996026986a17b6f994489fa76af852be445 0.00 MB 1 0
27,000 27,000 000000002cc4a38b7e2e9d45b0fe677806d841835af340b10e5c8b51811e6572 0.00 MB 1 0
26,999 26,999 000000006125977a35bd8eea88c657b86ef8cac7456024e68cd90ec6d406df59 0.00 MB 1 0
26,998 26,998 00000000aa8909595732e55672717b3feff540375986f8e46640c2b4e288ddad 0.00 MB 1 0
26,997 26,997 000000004dd5978d81dbd88cf1cea89512838c7d942bdd90b3d8cf8f7cef153f 0.00 MB 1 0
26,996 26,996 00000000a8f4cf10b94517aa4dbe055d5a431233f79b2f270a1116a7ebd3adb3 0.00 MB 1 0
26,995 26,995 00000000200e14eec80338609ef69fbc240e8823cdff7312f803b46524ff91ca 0.00 MB 1 0
26,994 26,994 00000000e557873927eedf297ea02faf1982abf1141255d8463f0b71d8061634 0.00 MB 1 0
26,993 26,993 000000009f800ce51502ec4eaa420b15ec33305369d580c7e0fbd4bfd1e8e452 0.00 MB 1 0
26,992 26,992 00000000553d2d81db528cb4ef1837391d04ef31bc5b1eacead76629273302f5 0.00 MB 1 0
26,991 26,991 00000000bef7f7eac9416281ff27ce5b76329e8c26ad7b30d0d87e4d37b13b5e 0.00 MB 1 0
26,990 26,990 000000007f3319a3a4db16af13982c6db2775c0fd85c8a7976cec1716808bfa8 0.00 MB 1 0
26,989 26,989 00000000c0985765a3b71e152ce024b871c35c49e1d56dd49b19e3d5b8be388a 0.00 MB 1 0
26,988 26,988 000000008542b8d7d00726ca8ed1e3325b3c4b30cd0cc2442f6017f20d123a14 0.00 MB 1 0
26,987 26,987 000000003d93cd97c51aa95c4752bc8a24e52368140c3daeab81b202288f2cf2 0.00 MB 1 0
26,986 26,986 00000000d6c579be9eea5cd078b4c4510afb3315464bc4eaf9fbe97779828dc1 0.00 MB 1 0
26,985 26,985 00000000af0c6d92e3be9368c6def5320ba7add3b6939471a1e751d01c3e0526 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.