Memory Pool Memory Pool Refreshing

4,336 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (258,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,436 649,436 00000000000000000003d3e733d3dbf90417d8c967d6511983b01d160bcb1f6a 1.29 MB 2,153 66
649,435 649,435 000000000000000000085b51e01117e0754d827d9e4f5e69384a2286958b0112 1.16 MB 1,854 33
649,434 649,434 00000000000000000008ec0e1a743c59477b1659cf4753726c6fabcc54ccb7cc 1.53 MB 2,402 62
649,433 649,433 0000000000000000000845b64b795938eadf16a25dcd37305910f3b930bc6c49 1.19 MB 3,300 32
649,432 649,432 00000000000000000003627785f05b7ff7e39424290b05e12549b32c74876bb7 1.38 MB 2,756 71
649,431 649,431 000000000000000000004140e6881901b051ebee819639cd7cb616ab5ef942e0 1.30 MB 3,006 62
649,430 649,430 0000000000000000000571a07080ed5e22eb85616b05d0669a99fd8b467634ba 1.35 MB 2,497 54
649,429 649,429 000000000000000000095707cd646b942c470ee94c1599b5a10b0bb8669e52bf 1.35 MB 2,541 59
649,428 649,428 000000000000000000097e681bda79f82ebd041774467fb06e30b48c40b6ed42 1.21 MB 2,457 44
649,427 649,427 000000000000000000006eda00cc61fa5ab3b131fe7c5f540bb07747e1528bd0 1.32 MB 2,115 63
649,426 649,426 00000000000000000008c695c47767e6adff8bf5d502018c83243112f0c89544 1.47 MB 2,028 54
649,425 649,425 00000000000000000009ad8cc122c9aa45aa77d7ad76c30794f2505238939550 1.29 MB 2,665 52
649,424 649,424 00000000000000000000182d701afd3094d02ce57a5ac15f7febf00d343676d7 1.23 MB 2,545 35
649,423 649,423 000000000000000000014218c5f8aad1ddd2919cd1059c93688c5ac9b077d458 1.24 MB 2,835 56
649,422 649,422 00000000000000000009926661dd04c4dcf7158683545c7b191c04c984e27d11 1.07 MB 2,718 43
649,421 649,421 000000000000000000068a12fcba0777300edcd103c4e85bb12dfcb067f73b21 1.36 MB 2,701 73
649,420 649,420 00000000000000000000cf97ae92b58928b66b0a1f6811ab073c9beed10c5335 1.40 MB 2,598 75
649,419 649,419 000000000000000000056feaec9f28fa847ce03d018d0bfa85e2d93089bc07b0 1.30 MB 2,884 59
649,418 649,418 0000000000000000000790e52632c1f3bdd6409eee64f457164c5cec0da65cd2 1.21 MB 1,757 67
649,417 649,417 00000000000000000000a6c1a10f1b16ab33ccc1d22ab95a98ec7c02e027b21a 1.30 MB 2,799 73
649,416 649,416 00000000000000000001a53a93588bbec1bbc37f499dcb286c85833235c04a83 1.23 MB 2,585 45
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.