Memory Pool Memory Pool Refreshing

1,818 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (240,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
667,057 667,057 00000000000000000007fcf247ee3f3e2269325f237e46f116e886690b7eb69a 1.10 MB 1,269 92
667,056 667,056 0000000000000000000a388475b9cd421a36c0f492747f74c7593848845dd987 1.30 MB 2,637 96
667,055 667,055 00000000000000000003ecec29fa2aaf8878858a2def7d8a40d33c9328205eae 1.29 MB 2,565 90
667,054 667,054 00000000000000000008c509f425a3ca5f943f441b26fa21679ca6b390b048bb 1.32 MB 1,925 100
667,053 667,053 0000000000000000000a782b10ceb159eaf795cdb65537d833fc026901fdd553 1.24 MB 2,100 98
667,052 667,052 0000000000000000000058a1e2009d93da90d6165051d4409e131759a8df359d 1.34 MB 3,030 117
667,051 667,051 000000000000000000031884f4bc18fd94b4d354242f3e1a4e896507b6f5d2eb 1.56 MB 1,975 95
667,050 667,050 000000000000000000054612e4d0e3123d39ff03d0900eecded0047e179dcf60 1.39 MB 2,893 119
667,049 667,049 000000000000000000034359728a89d359e6859f6908145594888c26f952dcb7 1.29 MB 2,184 95
667,048 667,048 0000000000000000000bc7c177f0ef9fa47492beb5c14250c6d412b12997a56b 1.27 MB 2,553 117
667,047 667,047 0000000000000000000383edc4ee51e5e55000c85ae844899e582aedc6d0cb2f 1.32 MB 2,407 109
667,046 667,046 00000000000000000005656edcf6fb5cea1d2fe392841a9bdaa8b1fa821df661 1.68 MB 883 95
667,045 667,045 00000000000000000003420ff6518d72b347b2fc9750dbc25647a123bcdb2db4 1.65 MB 1,301 96
667,044 667,044 0000000000000000000889ae00ee6e2b9c7660d9c99b8df5d06a161d0b0cff89 1.37 MB 2,010 96
667,043 667,043 0000000000000000000a8eda1d69f65bf31c00f361ea621d2490ea00ff450799 1.36 MB 2,762 103
667,042 667,042 0000000000000000000b36688bf0c269fabd81171f9c7094e53bb130cd047d55 1.34 MB 2,082 128
667,041 667,041 0000000000000000000919d7eb1563b6c4d4d053292e58fb20d7d4e4856fc81d 1.22 MB 1,648 101
667,040 667,040 000000000000000000074953927fade905097e71d0e49631dcff238e58954cb6 0.00 MB 1 0
667,039 667,039 00000000000000000003fd56ddd887b8908799764427391f547466065d53c77d 1.43 MB 2,018 94
667,038 667,038 00000000000000000009ae77afe8a93be2f2471d87b07238de0cdf78014c9255 1.21 MB 2,915 123
667,037 667,037 0000000000000000000a7377f499b93b844800a13dd00226a527333c89d38602 1.22 MB 1,286 99
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.