Memory Pool Memory Pool Refreshing

3,326 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (800,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,078 107,078 000000000000eba1623f38ec728e7dfb6b490a6e5a7ea86abd1a0e62f793aaac 0.00 MB 2 0
107,077 107,077 00000000000092d63292e74347b5da53508625e6a1d5ddffb2e44e377383ad9c 0.00 MB 8 0
107,076 107,076 00000000000053df69cb7f74baf95ce70b2f9089f21ba46f3255c1b2f2db30b0 0.00 MB 18 0
107,075 107,075 0000000000014dc88139e05bac6b6c69c16b4beb76f3de67993c21835d37ee97 0.00 MB 5 0
107,074 107,074 000000000001fa2baedcbc54965f24fb6450301dd54f2b1b6d99ae3b1e0ae440 0.00 MB 7 0
107,073 107,073 00000000000010ec17a63479caffb1834db2a873dae54cd968ee41412712ce3b 0.00 MB 4 0
107,072 107,072 000000000001a8e898e43bdef331d55e0763bfb94e2281659e36965750aaa830 0.00 MB 9 0
107,071 107,071 000000000001348fcb02c16567f1fdf7282368c6bf8a1021b242b85626552046 0.00 MB 7 0
107,070 107,070 00000000000054d17d1cbed1ebcc13317b1055c1ee18a8efe842d11c5bce88cc 0.00 MB 4 0
107,069 107,069 0000000000015315bea039837e58e404abb4e2f927ff605bac7112b7e56973c7 0.00 MB 6 0
107,068 107,068 0000000000014673053c35c471cc4a25461f3cc07b5ece8f154d0c36b4faaad3 0.00 MB 1 0
107,067 107,067 0000000000013870ed0313057000d044cb1a44311efca7d25ea4a4fa0999b6a8 0.00 MB 3 0
107,066 107,066 0000000000021f4ffa373ba74978ef97206238c03d629a6c07d989600caeffed 0.00 MB 1 0
107,065 107,065 000000000001c3a6da018092640bad8965a4c551ead4c4caad821251bae6846e 0.00 MB 6 0
107,064 107,064 00000000000182808ae3475940272d0dd038f761086799ae8e8d62aca5b4b67f 0.00 MB 5 0
107,063 107,063 000000000000f3621595cf0ec85d0bc0d320e9c0d628b10430b174ade0db034e 0.00 MB 18 0
107,062 107,062 000000000001a6c458e00e797857d7405ca3e5be2f467e11eac517694bacca82 0.00 MB 1 0
107,061 107,061 0000000000010d221352361d00b9b0019ef8ae9210e92d13250beb6dd0f54ec0 0.00 MB 4 0
107,060 107,060 0000000000024029e8584a0ee3fcc4807b6370dd633c4b310d68ffea7b45cb1b 0.00 MB 1 0
107,059 107,059 000000000000b24a0a41584466e5ef908855aff7d8a92df49d8214b7fb1c7794 0.00 MB 5 0
107,058 107,058 000000000000692ad307091882e31375c6bf93c58ca08105124ca08621bc7434 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.