Memory Pool Memory Pool Refreshing

3,412 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (6,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,009 901,009 00000000000000000000bacaf46dcf6fdb5b874b97c83b3f4905c2fc8494920b 1.55 MB 2,344 3
901,008 901,008 0000000000000000000191b79fed06fb8d4689f69893c0a2ab346e9613fde846 1.83 MB 1,357 1
901,007 901,007 00000000000000000000feee260e94f4b10d6c274ccff65c31c5fefff0a6c80a 2.03 MB 1,970 1
901,006 901,006 000000000000000000001eb576d7e037db2bcb5f054b54555985be7eb0e3e832 1.39 MB 2,486 3
901,005 901,005 00000000000000000000de51f6fa06d8f473bcd47138d2832b65254f9a27f3b0 1.51 MB 2,741 5
901,004 901,004 0000000000000000000197ceb02189f6a6095672994f720b05286a810c4f08e0 2.11 MB 2,025 1
901,003 901,003 00000000000000000001605d9163fca6c5e439a202df3a6c2196c5bcfc55dc69 1.85 MB 1,324 1
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.