Memory Pool Memory Pool Refreshing

955 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
2 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,592 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 954 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,591 (856,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,919 51,919 000000000d0697f5ab780a8c79db62e449c1294a46712495543ce2b2cfc3e307 0.00 MB 1 0
51,918 51,918 000000001f57513729897c7a22f689de6ea0580b9f6443e6d794d411ec8cd5ca 0.00 MB 1 0
51,917 51,917 0000000000cd9fe60b8b3a13a74f91e7c54d0b7cbfb2fe62b381f46e99bc0f29 0.00 MB 1 0
51,916 51,916 000000000f300e2fd81827440d343b83ef1228ea28726723c78a3418505ad478 0.00 MB 1 0
51,915 51,915 0000000012973509465b501146bc2037137a38fd2ef199c59eee2d8537b20e74 0.00 MB 1 0
51,914 51,914 00000000185cfe69f3f0b3eb2d6feb325872f221f6558d5c5f0c5975f8014c2c 0.00 MB 1 0
51,913 51,913 0000000017d3ab67c322cb815f732e6035bb8eb2e3c50f8132a36a9a1a0de9fe 0.00 MB 1 0
51,912 51,912 000000000cbd81415fbbd41ce54d74628ef69aaa594a558fbad1eb91f85fab1b 0.00 MB 1 0
51,911 51,911 00000000134190fad1da8567995ac00e97d7d7e3d47c7bb9d0942693dd1fba4a 0.00 MB 1 0
51,910 51,910 000000000f2452b9150d62dcc0408560d332aef5725de84c549c74852960e205 0.00 MB 1 0
51,909 51,909 0000000010351f4f159b8c3e66ee5a72b4c13af9d5281c3e2a7956ec6e4322dd 0.00 MB 1 0
51,908 51,908 0000000011d31221975cde60d913175e5f3c2968e6e1b36187189d149963d2af 0.00 MB 1 0
51,907 51,907 0000000006a62b4baabfac2a4c2be3fc3c1ccfbc62e6bfff4f21858802ad31b6 0.00 MB 1 0
51,906 51,906 0000000013c09ea9af73f9d16afbcf820e21eb973e745c5f0fb87b1308cc1d57 0.00 MB 1 0
51,905 51,905 00000000120bf8b18d2e37f2a492350ba18a2600c36f6cd62aabe2893792484a 0.00 MB 1 0
51,904 51,904 0000000005c5b16b5a3add07cfa2c72cfeb71ce359469b2fbc19470593a8f078 0.00 MB 1 0
51,903 51,903 000000000ac0e972fd684483fe35c7bd84011f621cf019dbbd431584b8087b2a 0.00 MB 1 0
51,902 51,902 000000001799f9d0270bd3ceadfeb94320775bdf0a1a6d1f6c620b82903c849e 0.00 MB 1 0
51,901 51,901 0000000006715e379c252a3b192e837a48712dc40c6e12a3eb85eb7b95ee5065 0.00 MB 1 0
51,900 51,900 00000000196beca40517a45241718ad25247b88015ff348b24a1be51be350255 0.00 MB 1 0
51,899 51,899 000000000b9dbe6f0127050d973f056222ff924bdb2b62f382df23c0f5623d64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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.19 GB sent, 100.97 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.