Memory Pool Memory Pool Refreshing

17,548 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (615,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,912 291,912 0000000000000000d0c88159891f28ea687f7d432cbcdefe5b00c6da9212b3f6 0.03 MB 88 40
291,911 291,911 000000000000000086abd9cbadb828b2548ee464b40025bfb0c79804cd3c7b7f 0.14 MB 355 74
291,910 291,910 0000000000000000d62d4429a2fb8ead8669d2029e513a9b124210d476d8a13a 0.04 MB 54 15
291,909 291,909 000000000000000009c5c8a589c107f03cc4af50d62cd3907a1e7889d055dd24 0.43 MB 730 34
291,908 291,908 000000000000000087d381d0d0fe370be1cc75c9cc0b538f5184a431c7981c15 0.18 MB 219 26
291,907 291,907 0000000000000000057d5ef8da290f450bfcd92959267d3b4280e2c27d07e77f 0.25 MB 654 48
291,906 291,906 00000000000000003a78599f314cff1e70e1738aea49cffa1b639f1b376d6de7 0.04 MB 82 31
291,905 291,905 000000000000000020941400a571ce84ce180ace8e050e41d89e8f1db3d067c1 0.00 MB 8 29
291,904 291,904 0000000000000000ee4684f4042e36d2fc0f73f8a89102ac6a4435409f37a645 0.13 MB 185 23
291,903 291,903 000000000000000030f323373fa32c524f982da194fb749f0e52c38764b4981f 0.09 MB 256 64
291,902 291,902 000000000000000030d284b50ca7baf42a2451b948ddd5e84e70ed8e8480ba16 0.11 MB 189 33
291,901 291,901 0000000000000000cc813bd26384ce09a2a699c3cf1de74cef7ce47c6defd376 0.09 MB 182 37
291,900 291,900 000000000000000006849f869b1cf79d3a6c0c0b4f39171133f1bcc8f85fbfba 0.18 MB 173 20
291,899 291,899 000000000000000036d2c9805743dbe0ff707a1559ed8a22a33dac38bc3e7ba6 0.35 MB 678 40
291,898 291,898 00000000000000008ee3ac2ec502c8ba77c413ad78cd993be19e45a023106964 0.04 MB 23 7
291,897 291,897 0000000000000000d44c269a69695503f710df41a84f3a54f59146b646441f96 0.10 MB 92 11
291,896 291,896 000000000000000048197470fe291ccbf210335ec8fff071b5c046989e7bd050 0.09 MB 195 69
291,895 291,895 0000000000000000c6fb61afe2c04dd2b06c492c290c15fcabd13876c18fb4f7 0.28 MB 476 29
291,894 291,894 0000000000000000dfcf41476ec590d7485f2bd03c1f7a2414db6feec1b139f4 0.12 MB 189 33
291,893 291,893 0000000000000000b2f2e0936bdc50050a4528e8cbdff3f56a7be94df36ff436 0.20 MB 260 22
291,892 291,892 0000000000000000b3e98c0543c75c582fa192ea5369cae3da64a47999f20da2 0.35 MB 701 40
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.