Memory Pool Memory Pool Refreshing

1,321 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,317 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (100,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,109 807,109 00000000000000000002b5352ab140b91747f8412f8ab14aecfcaaeedeab9659 1.97 MB 5,767 17
807,108 807,108 00000000000000000004aeb6bb08965d91671ab5627830b7114727df8aba4452 1.87 MB 5,494 15
807,107 807,107 0000000000000000000464e60a028c796ca952f91bf6df4be3c2119392aaf2ab 2.04 MB 6,435 15
807,106 807,106 00000000000000000001f568975252ff405fc9dd1a2bd8850e25d9ca26f6b452 1.84 MB 5,186 16
807,105 807,105 00000000000000000002d00b3a67c01c79535037afa1912d9b5693cba1eafcbf 1.66 MB 3,791 14
807,104 807,104 00000000000000000000455ff5b07d3b78cf20f194e4d47501fb0ba58fbb0357 1.87 MB 5,233 16
807,103 807,103 00000000000000000002cc5947ad04e9f2907887d794dd124ba30ef2558d2769 1.82 MB 4,342 16
807,102 807,102 000000000000000000007fd4406fe1345e94439107df0f0498b2799e37a278e8 1.70 MB 4,106 18
807,101 807,101 00000000000000000001b776e3956f3e3369edf08d1cb58548ff65a7fc79edea 1.27 MB 1,892 22
807,100 807,100 00000000000000000000ec645e8551a106ef8ea6ea8fcf4248491cb0f90e91fa 1.55 MB 1,555 18
807,099 807,099 00000000000000000004d13748dc938a78bc0f215aba38830990b1599b0c26d6 1.57 MB 2,393 23
807,098 807,098 00000000000000000002fff84bd2e91cabb219edfa27ba551dacb5ab68f365ad 1.48 MB 2,241 22
807,097 807,097 000000000000000000053090e81c6bd046405e0dcb7986eabfa80ae669628d4f 1.51 MB 2,954 20
807,096 807,096 000000000000000000022091a8792e03c36c56527733067f7b07b2929fb7ce54 2.08 MB 6,330 16
807,095 807,095 00000000000000000002df6a59858a1cc56fce581849f81177ba4f8db6a6cfba 1.79 MB 3,894 16
807,094 807,094 000000000000000000002c4a544d3f07d8f3a58dfc172b2fd3b609b3797f18c2 1.32 MB 1,634 18
807,093 807,093 000000000000000000031d7a78e04f0aeb7d17c0c35a0a2730486143cd1d7b8a 1.48 MB 1,701 15
807,092 807,092 00000000000000000001c372515c42abca6f05767194a40c6aa103ec4336b23d 1.69 MB 2,398 21
807,091 807,091 00000000000000000002c945c0c804568300b5f8437a4bb867942ef64c571d59 1.57 MB 3,609 21
807,090 807,090 0000000000000000000296fc86d0aa3565fff8e4d2042c8793812144feedc2df 1.42 MB 3,009 22
807,089 807,089 000000000000000000009aaa36de71a65b5cb51bbd8dd5c06ff7385c8aeff24c 1.44 MB 2,595 34
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.75 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.