Memory Pool Memory Pool Refreshing

8,440 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,886 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (68,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,089 839,089 0000000000000000000295293ec75b46e38056d783290bd88c5f624c3bd25d3d 2.01 MB 2,095 38
839,088 839,088 00000000000000000002798d805d50cbc5f5fd6341afb01a19d3f3008ab6d942 2.08 MB 2,557 32
839,087 839,087 00000000000000000000279de077f99822b26f0006d4a58a845dec9b8b3e77a5 1.77 MB 2,717 48
839,086 839,086 00000000000000000001f7b5869e8282d3157c59425e21925d0c92aaf4e6929e 1.82 MB 2,998 39
839,085 839,085 0000000000000000000041428888e5ded725baac9cc1e08d5e077f661bf4e4fa 1.83 MB 3,376 43
839,084 839,084 000000000000000000032c7d38c2e9a84cdf8cd75941c117438fe67eebc1af6a 2.03 MB 2,150 31
839,083 839,083 00000000000000000002b9ebf6aceb630e61ba4be4b87b11d41bfd2efe594ca6 2.04 MB 2,606 35
839,082 839,082 0000000000000000000264adb6045311024f42478ec1700772f3680dcd5b89a3 1.62 MB 2,773 66
839,081 839,081 00000000000000000002c06eea473a61b87c44b6412bf6cace16ab8f29950597 1.72 MB 3,015 72
839,080 839,080 00000000000000000002feb5c0737c2c36c648c1dfce8e56ff06eb76db94c164 1.54 MB 2,934 58
839,079 839,079 00000000000000000000a3ce5fb1610e230d24225f19dbc0a0070c1c667ea6c0 1.57 MB 3,252 117
839,078 839,078 000000000000000000012a1847bf5130afb174de74ebe2636448b9cab219935b 2.18 MB 2,884 35
839,077 839,077 00000000000000000002521de6bc4c99774f02532ff066bbf82c6581c148f13e 1.80 MB 3,039 41
839,076 839,076 000000000000000000021a6a2e7aef814bd973ad35eb84c6a5a2fa16e6df25e7 1.64 MB 3,407 67
839,075 839,075 000000000000000000008e118741aa9a3bdc5ff5acb32505ca1766a59105a909 1.62 MB 2,920 52
839,074 839,074 000000000000000000014010ce8070af3cfb50fac9b735729950656f0ffba8a6 2.09 MB 3,161 52
839,073 839,073 0000000000000000000027746581a776f498556feeafe6ce0cf9c56c2092106c 1.71 MB 3,181 56
839,072 839,072 000000000000000000000346486f13a72285e6af454d28ae01629a18ada1e642 1.74 MB 2,077 49
839,071 839,071 00000000000000000000702ed90c12798261cff55f564b6403ad5fcd14452226 1.65 MB 3,139 69
839,070 839,070 000000000000000000005c021a835d29c83cfd341acf592fcc34c61b27827e7b 1.61 MB 3,608 90
839,069 839,069 00000000000000000001810b0b36eaf455bde1584e88a757799251f7bb597838 1.82 MB 2,737 73
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.