Memory Pool Memory Pool Refreshing

1,097 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,077 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (284,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,870 622,870 0000000000000000000241a6e7e685c26ecf932d3582181e0245dd10fdd46933 1.31 MB 2,655 49
622,869 622,869 0000000000000000000434386a4086c93352357281db8c7061845d137dccd73c 1.35 MB 3,172 58
622,868 622,868 0000000000000000000be860836c7dd8e5656e0acd7e72461e60ef750276fa5f 1.32 MB 2,044 54
622,867 622,867 0000000000000000000bcffa15fb35c3fa0991f2eeb09fbece43a45754dfb0ae 0.03 MB 70 35
622,866 622,866 00000000000000000009af1bcab156755210efaa67ff841286d6e4421f77fcbc 0.02 MB 64 32
622,865 622,865 0000000000000000000961bce37034eae99f38548a1b8ce67f6bb594e23a5649 1.10 MB 2,557 33
622,864 622,864 0000000000000000000daa1fd1b06fbd91f5d7c68c904bf3627dcdb734461d21 0.47 MB 1,024 28
622,863 622,863 00000000000000000006bf3977f83a284057e96ae129474328dfba3bde07a470 1.31 MB 3,194 37
622,862 622,862 000000000000000000059caaceda83ec951aa1e45bff646ace496ea57aaf10d6 0.19 MB 362 40
622,861 622,861 0000000000000000000d10c2d0b7716ddaeda760a7ace9075e46acb4b3288610 0.16 MB 385 35
622,860 622,860 0000000000000000000f73fed2329905cd07ae58e9afc455b51f663b55dbbb8a 0.88 MB 1,998 34
622,859 622,859 0000000000000000000d2432b8fc784e388d7520d474fc54bef4c26a0e1f6bef 0.28 MB 667 30
622,858 622,858 0000000000000000000875a6316305904149471387152ec541b95b77313715cc 0.09 MB 154 42
622,857 622,857 0000000000000000000eb37fbb450abd0dfaf7910ca656a5770a6f78002f5e24 0.47 MB 936 36
622,856 622,856 0000000000000000000e8ba75d250cc28b47ab3daf4b8747d5954867c47af96f 0.63 MB 744 22
622,855 622,855 00000000000000000001d1f0d0bb887cc9ab2242a8eb850609705bfee12d4d3e 1.29 MB 2,971 20
622,854 622,854 0000000000000000000e297af5f6223d956e0dea5b4346f16b1ba8ffde1259d3 1.29 MB 1,893 29
622,853 622,853 0000000000000000000e6d2599f4746da6f027b3641686e1c0f9a8211d13ad76 1.25 MB 2,509 59
622,852 622,852 00000000000000000004f29487baaf8388c7cbba66c49e07524a3d473e2f0376 0.12 MB 236 45
622,851 622,851 000000000000000000006fccdff47f72eb8d0cea482ff35f15a7bdd4cb65212a 0.01 MB 35 25
622,850 622,850 0000000000000000000072e8dae16449830ebf610d35a6caaf385e6a80e527e8 0.87 MB 1,503 36
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.