Memory Pool Memory Pool Refreshing

2,171 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,871 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (443,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,909 463,909 000000000000000001647b0f3c394e6077f4d80e0db693955e2daf5d098d661e 1.00 MB 2,825 320
463,908 463,908 00000000000000000038784dc588e930f250670b887844db316a8b152af76064 1.00 MB 2,888 285
463,907 463,907 0000000000000000003bf6a2c249aedf3cbaf489e2a926ce573a5beb2f7399f8 0.99 MB 2,334 193
463,906 463,906 000000000000000000a60c9dd46c238b632b0887708fa53cfba10730e0423a60 1.00 MB 1,044 186
463,905 463,905 00000000000000000210b3e79f8f6c7f5009c34cdd7e5b878f2b41224013732c 1.00 MB 2,898 229
463,904 463,904 00000000000000000026b601fe2a6535941178d52f80a55e2c650ebba99413e6 1.00 MB 2,625 276
463,903 463,903 00000000000000000179c5a765e0a28f168c8387d57d55a13ba39e4c9023814a 1.00 MB 2,608 226
463,902 463,902 0000000000000000016fca9024aed3c26d70c6a3d6ea93e654da25df0b338185 1.00 MB 2,854 254
463,901 463,901 0000000000000000000c1ac6577437f0e9f1d3108dbeaaf6e95c901fa80ef3eb 1.00 MB 3,451 312
463,900 463,900 000000000000000001a946d6f759cba1357578fa03a1540926e0b650a190acc4 1.00 MB 2,412 206
463,899 463,899 0000000000000000019ee6ff2c6bd9d435667d9e238f99b68c895d7e6130922b 1.00 MB 2,631 225
463,898 463,898 00000000000000000056c2b9aba3e06d32228bee270804d02a0563a3572a5fa5 1.00 MB 2,563 232
463,897 463,897 0000000000000000000f9d14c2e0017a6bc298096654a193629430ff6ad7de67 1.00 MB 1,736 166
463,896 463,896 0000000000000000014f89e13d6fe8d44ae55e4b7ed01d6637b26598ee4738ff 1.00 MB 2,219 199
463,895 463,895 000000000000000001dd83301320314a0d1e2d6cf92b188f9ebb4523a592a80c 1.00 MB 1,363 156
463,894 463,894 0000000000000000009402634fcdb37124da07a660107c8c92554293be4237cf 1.00 MB 2,489 178
463,893 463,893 000000000000000000e7ed9af7744091cfdb05ba729a5138fb7743167e5a7d96 1.00 MB 2,383 218
463,892 463,892 000000000000000001d6f5f4f05ada829b8b75584aa1b25652d5937558329487 1.00 MB 2,285 171
463,891 463,891 000000000000000000e405827776d88d3ff20daba4e27ccc0c4cbcf0d36a02e9 1.00 MB 2,601 230
463,890 463,890 0000000000000000019962f61c038bdb7a038aa2b4d617ec4e5cd19e8e41c89d 1.00 MB 2,757 215
463,889 463,889 0000000000000000018b6ceea022b0b905680ead69cb7b0e55aaaa75e25cce24 1.00 MB 2,304 216
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.90 GB sent, 93.18 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.