Memory Pool Memory Pool Refreshing

3,183 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (578,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,963 328,963 0000000000000000119e48cd5ad1383ba5d7a2a31307305938495e6963194300 0.75 MB 1,220 26
328,962 328,962 00000000000000000dd7cdd1a811ccd24c5f7d496a69ed26ca59fe1fb53cdf6e 0.03 MB 64 27
328,961 328,961 00000000000000000b2f2a67fdc1be9a9c0781a4a53359af19b64ed74611bfd4 0.40 MB 630 25
328,960 328,960 0000000000000000037067a2409b0135411e9a24007f72029395efb228c9c21c 0.75 MB 1,140 24
328,959 328,959 0000000000000000189fcbbbd92dcb136be4c7f7c150ddc3dfcabcde8e95a88e 0.75 MB 943 21
328,958 328,958 0000000000000000068034395c81b4b5fb2390be7d4a5e2c054beeda42b3bc2a 0.75 MB 1,683 32
328,957 328,957 000000000000000014e2fb8957e73ceaf7d09b2b92ed0493bd87b9bbff869c15 0.20 MB 363 25
328,956 328,956 000000000000000005c4de58a83eb25f13ac733b9e3479feb92d2dac1524dd22 0.07 MB 145 23
328,955 328,955 000000000000000019759093f2300fecd3c88ede19890f68c9984aaa14e90a42 0.62 MB 1,111 26
328,954 328,954 000000000000000009f6e1668e391a3dcba1eae26f293fb3fc9ca45817e7e383 0.19 MB 256 20
328,953 328,953 000000000000000016faa92ec67d876fa76a541d27aa169eaea79ebbbf4a8b27 0.12 MB 216 30
328,952 328,952 00000000000000000cdf068b176825623e269f8b6035d84deb0178e95cc111c5 0.24 MB 479 27
328,951 328,951 000000000000000001208038fd7130083ff118147890dbb37913ffa83c1f48cd 0.18 MB 329 23
328,950 328,950 00000000000000000bb9374a1c5a3a61d3e4ca935ff14042a7aba8c3b613eac6 0.61 MB 1,032 24
328,949 328,949 0000000000000000193825e1579db116e0c50d214e4050985ccd19f4ae3f3737 0.38 MB 702 26
328,948 328,948 00000000000000000cf1e4919cc9ee7e1393e25e24d38d43cebbf57b3dd58bd6 0.20 MB 316 24
328,947 328,947 0000000000000000033b478bcded44760410a0f35b4a81339cd1a7fbec28b75a 0.28 MB 420 22
328,946 328,946 00000000000000000f8b6bf3ab1acc03903c0bfa7eae368684278872476560c9 0.23 MB 329 24
328,945 328,945 0000000000000000112a23a0c2cc119a588377c8a1f223d67cd42837ad7953ce 0.46 MB 870 52
328,944 328,944 00000000000000000f286ca4254f96ef1821e5e42bf8009099cce46ccb05b195 0.06 MB 94 15
328,943 328,943 00000000000000001517bc7df75a95442376d2dbb3789dc7c3327be616240e8d 0.10 MB 205 22
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.45 GB sent, 93.12 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.