Memory Pool Memory Pool Refreshing

6,827 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (867,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,304 40,304 00000000260f1e4b67327cd408fe8c91852bc507362656d221c61364fce492e1 0.00 MB 1 0
40,303 40,303 000000002a20dc15d22093da7fc367416e8209e972420ba236650f293c17e902 0.00 MB 1 0
40,302 40,302 0000000088deadb1b8de3f80effda8b9f2dcd5cd4ab2dd2ceca9b46fac25b9e5 0.00 MB 1 0
40,301 40,301 0000000085d7bf55d3ede6e828a7c5f221d0b1965c55f4639277ca16f0667e99 0.00 MB 1 0
40,300 40,300 000000002920347d2c38fea1bf99a7a4f5cd3406fd5af4f62a4881ced4ee0242 0.00 MB 4 0
40,299 40,299 000000000e067a462336491b9cad54aba2b75d5cfee4f06e8346e608aa46c290 0.00 MB 1 0
40,298 40,298 000000000ac274a5153c0aece5f33f94eef1db21a398d2e4284df3a6e3c78904 0.00 MB 1 0
40,297 40,297 0000000025940d165da9db73a2ed6a547ed64c75e5278624d85a4511319e8cdd 0.00 MB 1 0
40,296 40,296 00000000398a523706c85575a04cd7cdbfcc022aa99edae2fc64d40b58750050 0.00 MB 1 0
40,295 40,295 00000000210f9070c7ecc4beb7bd596a37835411cf241bfec66caa370045078d 0.00 MB 1 0
40,294 40,294 0000000032787f72b1f228ef0a36e440662b0443f779942b1989f6bd70b259c2 0.00 MB 1 0
40,293 40,293 00000000875ce294fd848ff0e34cd9b95c4bc0682382ce4cf836399361cf6513 0.00 MB 1 0
40,292 40,292 0000000007842e20deac5c93e7804f76b3e4362f70f444a8a569304adb9f1ddf 0.00 MB 1 0
40,291 40,291 000000002ef4458175d7e923e03ba7d478b81c316320fd410b66520079a85e1e 0.00 MB 1 0
40,290 40,290 0000000065b8d40f6f3ffc6c3aed152434f60f9c26c214439067b51c60ec781f 0.00 MB 1 0
40,289 40,289 000000006a81e304cd3f16f4228a0925590eabe9f7e63a061d77e3bac150dea8 0.00 MB 1 0
40,288 40,288 000000002bb5d1ca0d9f1b0fdfee35c66de57d79ed10524fcf4c207a727eb218 0.00 MB 1 0
40,287 40,287 000000005d850e9c9a1605a56f44457ef8a9bccbee4797b6b56af11a76d0f96b 0.00 MB 1 0
40,286 40,286 00000000627ea2ccf90ed68d37b213d2472784855b5c60c5452d2fa84c10228c 0.00 MB 1 0
40,285 40,285 00000000601fd93fc246985dec3c12d74681a9d45a02d1418b04f34aab187394 0.00 MB 1 0
40,284 40,284 000000004fdec903693027d299bf5b0ae01d574207d7440f3921c69c45587425 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.