Memory Pool Memory Pool Refreshing

4,007 transactions
1.91 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (708,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,801 198,801 000000000000048c31112e4af77494660ccb6c15c9315c5fab6372d271a7f3af 0.25 MB 500 162
198,800 198,800 0000000000000031d615f3a4536b1273967d8de0a6e1fcbd83b7ce6221abcf15 0.13 MB 200 74
198,799 198,799 00000000000000b5a1dec74dc9f5c0beb0f5a69aae2bc28c45f4691b3ba28895 0.06 MB 125 64
198,798 198,798 00000000000001050389d59c07cabb07386a826efaffc7f2a44423387aee32b6 0.18 MB 479 143
198,797 198,797 000000000000062c2908511542f09d9d3a5ee4ebd5eb8cd003e620b8691a8cf9 0.06 MB 99 73
198,796 198,796 000000000000056c83f78f3ad2283dfd5b4e14f9894bbe45def3f56cad8224cd 0.07 MB 147 115
198,795 198,795 00000000000000fbc4e0289d498df9ad497f97d744f4077c19359954ef8fb91b 0.17 MB 295 154
198,794 198,794 000000000000011e7a050dcd1d99352a9ec82892d7a02eaa75663c3b6266892a 0.18 MB 294 86
198,793 198,793 00000000000001c3bddead4a2fe556017281abb0407dbd33b2537724e1500900 0.03 MB 82 77
198,792 198,792 00000000000001de6a902547b6349a926d214ae963dd026ac1b8b6bc1a273e09 0.21 MB 509 150
198,791 198,791 00000000000003a374e45dc0d13b22017a90958857a5c304af9190c609758051 0.02 MB 63 164
198,790 198,790 000000000000062967963c88a8298f16e85967b1ca0b5778f987b1783ba15751 0.01 MB 37 107
198,789 198,789 000000000000034d93b8b8ed6983d5780a6e51ff8686518d7f46f502d1742136 0.01 MB 16 103
198,788 198,788 0000000000000243405546df4dde30e88ac316d6a1664f54cc745f38c07a6559 0.09 MB 235 146
198,787 198,787 00000000000005d848aab20091599eca6da4ebe6861901f5e07b943cc03b2b2d 0.11 MB 263 123
198,786 198,786 00000000000005a7dadb43a96c378c0b624baa2f1c09cd49fa328078c4244549 0.29 MB 630 45
198,785 198,785 00000000000004522cf2395cfdb85d268a393b781cba2217ce25a29e2f3921c9 0.14 MB 319 121
198,784 198,784 00000000000001ebf00a5b8a8c7a37e8316df942e15590f4c5c51d6110e651a8 0.25 MB 581 185
198,783 198,783 000000000000053d18da72af127318b96b90072ea35d6c59782ea8244686374e 0.13 MB 331 129
198,782 198,782 000000000000061d6a4e5b3721bf21e175b6b3c13da3ae72e7045ffd7050ba11 0.03 MB 10 14
198,781 198,781 00000000000004bdaa3fb7fae8607d04b5e63697df56af3a8ccd3edd50939279 0.09 MB 207 135
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.60 GB sent, 93.14 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.