Memory Pool Memory Pool Refreshing

1,996 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,948 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,947 (422,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,360 485,360 0000000000000000000feb9f9f4c2d387b675811594b62f2efab7834f22b9082 0.49 MB 595 33
485,359 485,359 000000000000000000023c863704af097661ed56e6cacbc32ed1d823aafa8ffb 1.00 MB 1,109 120
485,358 485,358 000000000000000001291291df6fa4f195138b134ac7ef246eb25cd1bc6e9612 0.33 MB 573 124
485,357 485,357 00000000000000000058d5b1cd2260a0908af9012a6025c88d749e8e856552a7 0.24 MB 422 55
485,356 485,356 00000000000000000097fe6d74e64a6eb735b35effeb2c0088d36b8b023c337c 0.62 MB 1,298 123
485,355 485,355 000000000000000000c9fb5eef087768b459328cf9976849a4779935f4cc7871 0.30 MB 665 128
485,354 485,354 000000000000000000470f9654086748a133bfc95050b9bff6fc05ff50f35730 0.86 MB 1,923 119
485,353 485,353 000000000000000000aa89ba6394a84e3be7f7e4ad650dac7df93cbb3747ffbe 0.66 MB 1,357 102
485,352 485,352 0000000000000000011af85883cb2d39b46bcf07a575c7e67e5429e9e0728b4b 0.23 MB 553 119
485,351 485,351 0000000000000000012603727087d221db22d3fb111bfc0d45e7ce2cb8cd6d76 0.10 MB 240 103
485,350 485,350 000000000000000000753a0f3b76cf7242b32488696cc9b21e9cffe1df072969 0.33 MB 626 86
485,349 485,349 000000000000000000d64ec1dbe8de445c3963d23ab8e70d072d9cca99a85fb0 0.76 MB 1,508 117
485,348 485,348 00000000000000000052986492aff807e5b5d171f7322506b8fea27e65927087 0.21 MB 135 61
485,347 485,347 0000000000000000005f380c90235da370280897c0fa37b19cff985e7134835c 1.01 MB 1,874 31
485,346 485,346 000000000000000000b9abc2423b87030d966df914889c5e99e55d09c80e16a8 1.01 MB 1,578 46
485,345 485,345 000000000000000000e8ad8262548b902b29680f66027657c99275673b87c7c3 1.02 MB 1,650 31
485,344 485,344 000000000000000000740e2b1b0d0c49c327c4db40c183ede09b895848129bec 1.00 MB 2,184 153
485,343 485,343 0000000000000000002096ce830a45a139f8ba1b1d8ff35955b47763da243395 1.02 MB 1,744 91
485,342 485,342 000000000000000000e01e691b376c4ca68e0a8b77d6d803c6c51cb96456109e 1.02 MB 1,801 134
485,341 485,341 000000000000000000d1571c7cab75bbfe15e929a89642c65cdf1c90878cddbe 1.03 MB 1,838 121
485,340 485,340 0000000000000000008c4deda1f7cfe8fa9b34ef65a6df78002bc002e467724e 1.01 MB 2,083 156
Previous 10 blocks ↓
Total Size: 769.45 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,645.82 GB sent, 95.17 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.