Memory Pool Memory Pool Refreshing

4,074 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (6,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,002 901,002 000000000000000000022e30fdbbed11404debcef254b48315d813e9abea6f40 1.75 MB 1,054 1
901,001 901,001 000000000000000000007e42db9a0da504782cd16e3740ec49d0750077a11627 1.73 MB 2,889 3
901,000 901,000 000000000000000000019d23cb55ceee837ac38d4b4c372ce7e4e3b8b8375f9a 1.58 MB 3,237 4
900,999 900,999 00000000000000000000b8391070b7dc4ed1c6c321362e48c678d16a31ad1001 1.77 MB 2,418 3
900,998 900,998 0000000000000000000016536d1f78a6a7206485b7a763d0c0cbf8b571e1e849 1.76 MB 3,005 1
900,997 900,997 0000000000000000000159e9bee134ccb9da288aa5cf9d62d8205fad5e0fed6f 1.55 MB 1,414 2
900,996 900,996 0000000000000000000235205fd00286212ec992bc0a88a745799e89727860cd 1.40 MB 2,216 2
900,995 900,995 0000000000000000000155504a11594af668a58e8afba1cb371723487b39aec6 1.51 MB 3,972 5
900,994 900,994 000000000000000000022bedaa799bec90a615f676fdb9fd55d3feaeb5a85e3b 1.36 MB 1,308 2
900,993 900,993 000000000000000000005b8a4f24467440ffafb4c3c6bbd38f70d0d64fd51c59 1.43 MB 1,367 2
900,992 900,992 00000000000000000000257428e99a2cc6a4b29b01fa9ed4a7eb9d25648acaad 1.52 MB 3,554 5
900,991 900,991 00000000000000000000ecef8230c5b12727f071562a4e6a1cbc52a7ea49b473 1.50 MB 3,251 4
900,990 900,990 0000000000000000000027bda3850ed27a6171f35bf70a2a354ad648fd476c81 1.58 MB 3,004 4
900,989 900,989 000000000000000000000477f6194f8acdd4b432943cb6362bbd15a5d42b5554 1.31 MB 995 2
900,988 900,988 00000000000000000000d0ae3192b069de541607fa16625fb67f298c1e146b76 1.52 MB 3,550 4
900,987 900,987 000000000000000000014e21fb19efda7ce4c328133801f12ee122d0db184219 1.24 MB 906 2
900,986 900,986 00000000000000000001eb45e74522996af80c2beca47fec1919e14a1ab69388 1.74 MB 1,771 2
900,985 900,985 00000000000000000000242b8c5f3a7c7a107a73c4bf839e2836126d99c36da0 1.82 MB 2,302 3
900,984 900,984 00000000000000000000ca4914eb466d73c958f32e41cc1f95df611a78d7dd2a 1.58 MB 3,634 5
900,983 900,983 0000000000000000000161272e8839f185dd2f23606fdc82577d67b5e696197d 1.52 MB 3,975 6
900,982 900,982 00000000000000000001189bf5c0d2cc5e5c1eed6c450671f40fed81bfa8be73 1.57 MB 3,684 5
Previous 10 blocks ↓
Total Size: 769.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,633.41 GB sent, 93.79 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.