Memory Pool Memory Pool Refreshing

4,026 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (217,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,095 690,095 00000000000000000000c3d610361f256ada52ee3a6a2ebe0e98db440b8ebf12 0.06 MB 141 35
690,094 690,094 000000000000000000113b22cedac8d6c3e117dae2a6cb2a688150b7f4750180 0.96 MB 1,796 31
690,093 690,093 000000000000000000084ece655c24cbb3dbf35b1da469429436f9b613cdee8d 1.10 MB 2,054 30
690,092 690,092 000000000000000000090b0ecf87ca37e54bcf7a92d26f887928a51ef0c07d9a 0.84 MB 1,367 32
690,091 690,091 00000000000000000010fda651bc574dec982fcb99a53052870e9b1a043ed1b0 0.02 MB 59 51
690,090 690,090 000000000000000000061ba928f2d60af659cc4d5cf5404156132e1ed31bacdf 0.35 MB 253 13
690,089 690,089 0000000000000000000a7b3de853e2df0c55797d8ad04395529b316814e98a31 1.27 MB 1,466 11
690,088 690,088 0000000000000000000160a954fb66051d019fbe93f7ea8cf27b9f24c5788b0c 1.51 MB 1,743 16
690,087 690,087 0000000000000000000ef0575b9f49032e56d4e8b7bfd491f681cb67e6aefcd7 1.68 MB 2,091 19
690,086 690,086 0000000000000000000c355bccdde8e09db4d9e81a1e41a12210cf67f839a838 1.52 MB 2,240 26
690,085 690,085 0000000000000000000ab16173b5fd2dbfc9ce88744e912071569a910ed6febb 1.49 MB 2,266 11
690,084 690,084 000000000000000000083bd7e1431c1d7533a8014b4796e47db9c8e21e4d461d 1.47 MB 2,289 31
690,083 690,083 0000000000000000000061dce119c0bfd54f1afaed34caa4245a4008b2e1eb44 1.35 MB 1,953 20
690,082 690,082 000000000000000000098b571358f0e0bb718385fdc69a4b6d525c9df033e0c8 1.19 MB 1,284 39
690,081 690,081 00000000000000000010aeed1e321d5d512b91f8f25a8c1688d9b7490a2bd6e5 1.46 MB 2,744 42
690,080 690,080 0000000000000000000d526d4d386c7833d3315b92561e7de56fd2a210784dac 1.62 MB 1,646 22
690,079 690,079 000000000000000000002d01d3e9679a56df2df8400e1e2eb24726d5d195a12e 1.47 MB 3,021 29
690,078 690,078 0000000000000000000a2d2e0fb4b756637f290fe448ad8fde5d4e6cf6ce8b06 1.44 MB 2,547 38
690,077 690,077 00000000000000000009061817774080916e55cb116a3a45c602979585b02dee 1.51 MB 2,834 37
690,076 690,076 0000000000000000000e4a9c7f1511992c2594e5ef175b22feb73652cc4c2e03 1.51 MB 2,340 26
690,075 690,075 00000000000000000005f88dd4064f21afbf095fb3dad80b8171409083a3cd60 1.15 MB 714 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.