Memory Pool Memory Pool Refreshing

5,554 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (58,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,178 849,178 00000000000000000001a1c41ce817fd3f5eb294f0c24a7b3dd6c2c64f0fc89d 1.78 MB 5,192 9
849,177 849,177 00000000000000000002b752be79f3cb208707658c58ee9ae9e71291399065e4 1.59 MB 3,986 13
849,176 849,176 000000000000000000032237dced482f7c014a0825f29b6e74a864d485e3c2de 1.62 MB 4,504 12
849,175 849,175 00000000000000000000e7749f584661aa2c3bb340ca5d5dbf0a9a23fab26ed8 1.62 MB 3,562 16
849,174 849,174 00000000000000000001e2de41673e6c2df405abe09d079c0bff045621730c6e 1.57 MB 3,648 27
849,173 849,173 00000000000000000000be1fa87653eaa6aa0e2521847bc62c4167aefff3881c 2.49 MB 2,673 11
849,172 849,172 0000000000000000000174a20d6e1b58ffd04d1c2534a7362f06d08ed5aa9cf8 1.50 MB 3,312 14
849,171 849,171 000000000000000000009af7f92899631545c331ddaa76de8648a55d29b96939 1.55 MB 3,710 30
849,170 849,170 000000000000000000030fac7dcf1518e2ce2081ddd3158bb536b7dc532760a9 1.49 MB 3,335 10
849,169 849,169 00000000000000000002dbfcebb1f210a6d36c1025320959179488ca227895e1 1.70 MB 4,989 12
849,168 849,168 000000000000000000029458b7f1795808b70ec25ef18267c58cf829dd67e49f 1.73 MB 4,175 13
849,167 849,167 0000000000000000000159bb90f3e38866ec02f7a3628eacb0e3f04ab23520f2 1.62 MB 3,209 17
849,166 849,166 000000000000000000002dccdda0d3e487c7b4d66191fa8889fdc3dd8ef4f689 1.65 MB 3,784 12
849,165 849,165 00000000000000000001be68448cf18a086d9efe806d6cc81ede6e1ff9c301d5 1.67 MB 3,564 10
849,164 849,164 000000000000000000015583112cc89953f516882c8ff0a5efc78c7f8e7017fe 1.61 MB 3,355 13
849,163 849,163 000000000000000000026449813fd9d328fd3abbd22bca971e9a313f23b0924d 1.56 MB 3,926 29
849,162 849,162 00000000000000000002a593c2dcee8be5ac531eae4f2397865b557bb006f4f4 1.59 MB 3,351 27
849,161 849,161 000000000000000000022996cfd9ee5287e6fb39a52b575114c113907a9ae3fe 1.89 MB 6,174 9
849,160 849,160 00000000000000000002f28ae72c92e508ddacb9246bbe08bcefd858d73e9dc8 1.90 MB 4,453 12
849,159 849,159 0000000000000000000227b7da6979c48d5c988e9945b3f84ffc8e6d7f597437 1.59 MB 2,294 15
849,158 849,158 000000000000000000022e3097a873861e08afc51c443f2ec487013d11a56d89 1.65 MB 7,182 8
Previous 10 blocks ↓
Total Size: 769.18 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.65 GB sent, 93.87 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.