Memory Pool Memory Pool Refreshing

9,381 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,694 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (218,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,196 689,196 00000000000000000008672c24c7a0a64a4c719fa3b103cedeab3ab1b861d370 1.30 MB 2,131 44
689,195 689,195 00000000000000000008e8f3eaa329059c1613673faeac125ead6618b210b6e5 1.48 MB 2,931 70
689,194 689,194 0000000000000000000b8a6c67d24021457f8ebc51d49fad1e9a9b5355faca70 1.42 MB 4,502 46
689,193 689,193 0000000000000000000659d6db52622666efe975b8e592150dfa39cdf82eed84 1.46 MB 3,028 59
689,192 689,192 00000000000000000005693c7fea9e68f9378da7893cb8a24d7a4eba0c6e39f5 1.40 MB 3,314 59
689,191 689,191 0000000000000000000a7b3cdf36e073741de724a291a7f314f275e0c1a06057 1.35 MB 2,642 71
689,190 689,190 000000000000000000015edd6f088b4f51976ef8e89f353c8a5aae151e940dfd 1.32 MB 1,903 64
689,189 689,189 00000000000000000009734043fa44a6859e6085c8a5ec6679afc5a01cda22a3 1.22 MB 829 67
689,188 689,188 0000000000000000000410ed2f6afdcf7a01b13083c74897c65a6b4417fb4726 1.34 MB 2,080 74
689,187 689,187 0000000000000000000c8d6dd168c9ca62e14f1af166a079f2603a24dfda9f16 1.43 MB 2,817 84
689,186 689,186 00000000000000000009d60795377e60f7f281fd8d840637e4c4503f15e3153d 1.23 MB 774 67
689,185 689,185 0000000000000000000066862eddc8d90c9e2c19f591daa0577300e87c82403f 1.43 MB 2,470 75
689,184 689,184 00000000000000000007a290d2a7a9ed66bb1653bc7fec9ec78f62df98fd8962 1.37 MB 2,887 94
689,183 689,183 00000000000000000004d38172cb55b8a6ec1378a0b2f0a1fdda9a1dd5d2a960 1.51 MB 4,274 51
689,182 689,182 0000000000000000000c02d1a859b8bf8e4fb1793e6c1a866f8cbd183331b5e8 1.46 MB 3,085 68
689,181 689,181 00000000000000000003f181e2219f59146e8a8f4b7dd09b50e814bed22242b8 1.28 MB 2,060 65
689,180 689,180 00000000000000000009a94563e58f816b6496fc8478c9afb28ac3c937320232 1.40 MB 2,556 82
689,179 689,179 0000000000000000000d175510ca814f880cebcf4df2909bf879880a4d187ff9 1.39 MB 3,295 63
689,178 689,178 0000000000000000000d7fb6fef5b543e0b458cd9bf77bd47cecc6dc9dbc67bb 1.13 MB 832 70
689,177 689,177 0000000000000000000079a511c9446c2006725ae27009d3cc5169f5874261cf 1.47 MB 4,130 55
689,176 689,176 00000000000000000003cbda63b8987a4e1ab6bde0e732649ad059c932266fd8 1.43 MB 3,176 80
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.23 GB sent, 93.02 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.