Memory Pool Memory Pool Refreshing

82,934 transactions
34.24 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,007 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,488 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,006 (49,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,498 822,498 0000000000000000000136cdabcebd764d4d8bfdc3dbc2d5ab96a1b15e69d4b7 1.72 MB 4,675 108
822,497 822,497 00000000000000000002b1a2e4af965a166e50872d4d8150ef2045c086d9d2e5 1.62 MB 3,590 148
822,496 822,496 00000000000000000000dea5052cb9311e81b7a6354229354b547e5a05162a39 1.85 MB 3,577 97
822,495 822,495 00000000000000000003a09a046f0a8702aea70e0bce00afb38d68f012796964 1.78 MB 4,083 113
822,494 822,494 000000000000000000006d9c7e27eeac843c3c19e33c216ee3f22f2a8dafffb2 1.93 MB 5,037 96
822,493 822,493 00000000000000000001a7ecad370ba81f9bcab1ddfda64da4f9fd10de38a8a5 1.90 MB 2,826 77
822,492 822,492 00000000000000000001d17f8bd9a07f35a318f1330762f912d2f76ce7e45121 1.77 MB 4,138 92
822,491 822,491 000000000000000000038a98e8bc32f70294ee71f28870595cbbebb6aba2e490 1.70 MB 4,159 139
822,490 822,490 000000000000000000006f7e518ea28476075b2e31c6fc1a6675c76982c2afda 1.63 MB 3,392 136
822,489 822,489 00000000000000000003eded3d9b6d219a291543d7860c0a251c3b2f7f333d1a 2.04 MB 3,692 93
822,488 822,488 00000000000000000001ce5fd17e09229cc33d8001d3e6b1a717cc2efa1dcb69 2.41 MB 3,005 79
822,487 822,487 000000000000000000014ac01d9ac8ccbefb7f794a3cb2ab7a45011e708e65c6 1.75 MB 3,576 101
822,486 822,486 0000000000000000000284f7ba54c135d21c52a4a3f677ced9ca7c8465f9daeb 1.65 MB 4,071 136
822,485 822,485 00000000000000000003e3f1945cf42de2f951c23f2a62f8b368e7a0a11ddacd 1.60 MB 3,756 172
822,484 822,484 0000000000000000000378e7f97f16c0b7ca0ebd60b1bc416d450be9c039c1a2 1.77 MB 4,369 78
822,483 822,483 000000000000000000022d00bdb51e5eff2584b25f9b64d959bf5700fe593f76 1.68 MB 3,827 115
822,482 822,482 000000000000000000015b1b1983ae7823551e0f2a4b73a75671ea5438d33df1 1.88 MB 3,924 95
822,481 822,481 000000000000000000039541b859c22a8834082a44a18197197a83ea318cfe12 1.64 MB 3,726 137
822,480 822,480 00000000000000000002b6afed861be77aab07ac83060e2a9551546ecf24f224 1.65 MB 3,004 79
822,479 822,479 00000000000000000001e2b3576e0956acbdaac2b5417126966d849bd9e8b08c 1.83 MB 5,247 104
822,478 822,478 000000000000000000034667f35b68498f3f9f9e2f4e7c7e689892c4dcc2f5b1 1.71 MB 2,971 89
Previous 10 blocks ↓
Total Size: 703.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,585.16 GB sent, 232.82 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.