Memory Pool Memory Pool Refreshing

7,118 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (704,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,690 203,690 00000000000000c09dabf66140d536aeb4b4acd1753d3dee06bbcace717af0f6 0.08 MB 225 122
203,689 203,689 000000000000011128bcd5b8e899deaf0c5114a38a4b06e753a14d19c20036cd 0.23 MB 588 196
203,688 203,688 00000000000003f3cd6ff71f8faa80588e2b440e7192cf4f1943774f17c9f9ee 0.03 MB 57 5
203,687 203,687 000000000000052cf5ecfdf7aadc8332150ecbcd91a5e1ea3228d47e3ea8a541 0.20 MB 488 149
203,686 203,686 000000000000030497660f85037c74f6aa24e3905b160beb272c179e8b346c9b 0.00 MB 19 92
203,685 203,685 00000000000004af0108c1b69e0d7d63a78a2652288cc2c01d250aca6f654232 0.16 MB 387 136
203,684 203,684 00000000000001fd54cb4e7187ea8ad3a12c0e486f7aef8d0fdcb2679e797dcb 0.00 MB 13 633
203,683 203,683 000000000000020a348cc99f506d42dc408ae32f8768cccc6f6ad47c10180683 0.44 MB 349 42
203,682 203,682 000000000000052fad447be6de79cd6a93c94a52031e5d66f82e292a2adc68f7 0.10 MB 241 137
203,681 203,681 00000000000002138d14f52fa50e67432e89197e2e69dc348e0962914bd79e1c 0.08 MB 129 109
203,680 203,680 000000000000056a78aff9dbdd67c12cc55e572f2ba8605354e1952713e04f0d 0.06 MB 146 83
203,679 203,679 0000000000000212e038ed19578bb469fb51694921a98980974b0d9ced9b91b1 0.22 MB 653 171
203,678 203,678 000000000000044b39ab593a0db0bf99f5d8c71438d4dc0362fef8e9b031ad57 0.02 MB 47 101
203,677 203,677 0000000000000551f3bc2a104e50bd4d1c588a7ba2170dc8fc4f2d2f6084d39f 0.01 MB 26 61
203,676 203,676 0000000000000382454bd56c66a93797da65136389ccb9b4f101cba0c61963c7 0.04 MB 102 48
203,675 203,675 00000000000005001b42f42f5b2e89880402bcee996358221fbc566c3f22308c 0.20 MB 557 160
203,674 203,674 0000000000000356f6c7eeffdd449ffe880a92ae44330d72004a18d7b1a645f9 0.03 MB 66 109
203,673 203,673 000000000000029002331ce26138c8927781b0ba2b4623aa7a0a6e7da86803f9 0.05 MB 96 101
203,672 203,672 000000000000014d744e9fa996d7fadd0c7a1e6cb8925b2e8baef975415a86d0 0.14 MB 113 74
203,671 203,671 000000000000023e4931cb74cc09bd3e3a0686cd2bf830c43571a8cacf17d6f2 0.05 MB 71 32
203,670 203,670 00000000000004f1270900b016e76543fc4630576725d82ed1181d633de14dac 0.25 MB 629 172
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.