Memory Pool Memory Pool Refreshing

988 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (700,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,968 206,968 000000000000038eda8d6f4d9fff023df2fd01b2e779a53f43d39f7ab13cd174 0.11 MB 249 179
206,967 206,967 000000000000049dc6fa1899a301a84a33f09a33ab6232d50924a84f4f37f4a8 0.14 MB 386 195
206,966 206,966 00000000000001bd89e15cca25ba659f8119ee67fad8b648c96d7ddd94c0073d 0.08 MB 104 100
206,965 206,965 000000000000005951fa1f7c634ef12db5c8c9972b06755dee38ca79f0dbe00e 0.20 MB 483 240
206,964 206,964 000000000000017a6fc88942e7e7e7f49d7e11fd88ccd03207205cabbdcbe2b2 0.00 MB 1 0
206,963 206,963 00000000000004f838e76f191789050f436d95765534162eecace261bbcb57af 0.05 MB 139 96
206,962 206,962 000000000000031eb2393f9f3c17e714706ed9f2b187871e94f213a5fea66fad 0.38 MB 921 167
206,961 206,961 00000000000002eda59b9e0ac564caf7760ebf375b4fafcaebc8c5e467adf995 0.07 MB 238 132
206,960 206,960 0000000000000048d5d9f0ae51e31237d51faa554e29ec506932086d003f2975 0.00 MB 12 188
206,959 206,959 000000000000043da6566c7869fb2ff4a08b89fac7f2208e0f739be344e848d7 0.46 MB 256 22
206,958 206,958 000000000000038299d61ab83579d0003fb0167ab5e676da42a69da99ad206c2 0.05 MB 132 224
206,957 206,957 0000000000000013ed0d11c64c7934af528bf1317916cac8aea233c9b30e36ea 0.12 MB 319 189
206,956 206,956 00000000000001106a19706e5522c1632704b201e3aa857f5e43d19f615b80de 0.29 MB 659 172
206,955 206,955 000000000000024c01b18842d91427113c629f6c782ca995564126211032ff01 0.16 MB 329 168
206,954 206,954 00000000000003e9557484a1be3735d4f5f30753058b87866d744878ca0facbf 0.02 MB 42 206
206,953 206,953 000000000000036d05a9c7acfbd98ac0fb1fd0750b29699e2dc5b4f5ea4b38e1 0.05 MB 170 16
206,952 206,952 000000000000036a73b1024a1963229193ef1d7743cfabdbec988298c703585f 0.01 MB 20 189
206,951 206,951 000000000000037cf4f169aa3245cf9ab34821b366b4aaedae4f2f67dd88e149 0.10 MB 235 172
206,950 206,950 000000000000035f163fdae0446ff38dedf6ca34e94b8afc458aa69105c24aa7 0.06 MB 77 41
206,949 206,949 000000000000000d42cf976c3759b5860f70d36de1f082e2ca69e0418b733ee9 0.25 MB 470 181
206,948 206,948 000000000000023ba15fb7c727c99252eae77646a23a5077ecc8b77579aa8c38 0.21 MB 402 197
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.