Memory Pool Memory Pool Refreshing

2,754 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (819,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,896 88,896 00000000000438fb2bf26c09e27c823661d0c9d195c030cd6ba7f98efd263d32 0.00 MB 2 0
88,895 88,895 00000000000ec649430f9266929f21a30946b6f717a078ddd64bdac22dcae7c9 0.00 MB 2 0
88,894 88,894 00000000000edd1033ecabdcfa96033cb7673f4ffa1c32589157cea65e30504d 0.00 MB 1 0
88,893 88,893 00000000000438156269d96638072e7b0d38910fc47107079536d4fe3bd37315 0.00 MB 1 0
88,892 88,892 000000000007accbff359757a2d3b408b72317c714607eb5684547bf8633394f 0.00 MB 1 0
88,891 88,891 00000000000c813bf09968d0cc4a7f8fe89fd5727cc061ad46abaac9bd4ed8ae 0.00 MB 2 0
88,890 88,890 0000000000022f1c78b9acf9d012064f3c97811dc5798d8b8fad4760f9490ec1 0.00 MB 1 0
88,889 88,889 00000000000d2dd413fc868e10abbd5cb16c990b53e4e6e3a948c03ab0339dcf 0.00 MB 2 0
88,888 88,888 000000000013a2a3a8f1aaec4690f55fdcb4067d812521a6d55239d8ea1a4dd3 0.00 MB 3 0
88,887 88,887 00000000000b12dc89740d753fef36dbfe9df8bcdec388276daea43e470a6c4c 0.00 MB 1 0
88,886 88,886 000000000013eb241a055338ac06b026cfab0aeecc998998de4170da2a3d43d4 0.00 MB 1 0
88,885 88,885 000000000004d640917e3330e9dccae61285eca4c32cccd1977b76750b22ac1e 0.00 MB 1 0
88,884 88,884 00000000000685cfb49091c95b01c3fe1db9b98e3e8ed5f03da960432512341d 0.00 MB 2 0
88,883 88,883 000000000010b10c24386729d8bb0ea62126a4636a81d74c942ae739732439a9 0.00 MB 2 0
88,882 88,882 00000000000d0eb2cfc0fce5fe3f20edcf33881556d5437046b36efb93bc1d46 0.00 MB 1 0
88,881 88,881 000000000010a6a5d1dc28385031b0375dae078f8b3e515233e7dfaeb4bc4638 0.00 MB 1 0
88,880 88,880 00000000000a735bab456e3aae9c282efa20b2ea6d1a81902c7a2186b8106254 0.00 MB 3 0
88,879 88,879 00000000000a34fc36ae43eedb7bd064599ebbb0d691dd343bb345bf3626adc4 0.00 MB 1 0
88,878 88,878 00000000000c3db53c31dc92220384e78def6769cce0463b041b73d64de446c9 0.00 MB 1 0
88,877 88,877 000000000009a10e85ee16fced0dc2d85acc844d6c4588df6f7ef47018fd423c 0.00 MB 1 0
88,876 88,876 000000000012b089369e6baab52454447c2fb4364f17db12bf83b7b7d0880854 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.