Memory Pool Memory Pool Refreshing

6,329 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (667,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,098 240,098 0000000000000060636e16723bbe83e8d1ec107e774161504ff20b265244fb0f 0.25 MB 237 40
240,097 240,097 000000000000007510a9ecd381860849b5012bdc1f40c99443adf49ca3ef3938 0.00 MB 1 0
240,096 240,096 00000000000000d835a183bf4757e4a1b937c8228314edc833a6f5995f1d38c6 0.25 MB 436 126
240,095 240,095 000000000000002d1fc68d2cdc26149096140498426941047307d489f333dc10 0.25 MB 734 268
240,094 240,094 000000000000001a84ea2756424ab273efd6915ac311702bbb0470afe682fdc4 0.25 MB 749 224
240,093 240,093 000000000000003b6a1a5f8df81801a2f3c795aea70e78253fc7e81d2c686728 0.19 MB 364 109
240,092 240,092 00000000000000e800c3443abdb30beff139103e8ca1096d36200eb9c168eac2 0.18 MB 512 204
240,091 240,091 0000000000000105203cb7ccd1c3929ecf6d34719a028205e93bb1280fde359e 0.17 MB 341 128
240,090 240,090 0000000000000059de2f595cb6426b3512045788110f0114b899c93e00ca818a 0.41 MB 599 92
240,089 240,089 000000000000006f3f82e84edeadfc1c9ca062d7ff74cc03edfd6f24530c5ef8 0.25 MB 754 278
240,088 240,088 000000000000008d346f7d5207c22831f7502910e88b1553724dac717a68ceea 0.00 MB 4 0
240,087 240,087 00000000000000aa318b892f8141d8a2c552020bb98b12ed35c2e32ac064b029 0.06 MB 41 71
240,086 240,086 00000000000000a9cff5a4af8e7c81939ef3f69798349aa0f283afa3cd193d4f 0.25 MB 579 217
240,085 240,085 0000000000000068adb3770e15a98cef7d8fe4e05809d7e07f2fbec1c41607e3 0.06 MB 117 81
240,084 240,084 00000000000001064eb30e1ac8f7ef0f91147adcd8ddcfc1d8f014b386758b51 0.15 MB 351 142
240,083 240,083 0000000000000024f6aca164b8452cfe29d058043e51f1b33fedd2a58020824f 0.28 MB 625 162
240,082 240,082 00000000000000b42f96f4997368c926d40b9df3e87e5fe3ecb8e4a30f12eefc 0.09 MB 201 143
240,081 240,081 000000000000004453b19c4a19328e718c402406c88d01d74e4f75651711c4f7 0.13 MB 352 224
240,080 240,080 000000000000009594e7fb80444aa5bb49e287e33d8933793ca877f07e3c0c4c 0.10 MB 289 223
240,079 240,079 0000000000000112d81b2ec8ce027657e6d5e147cd77665f295a812d004eff0a 0.01 MB 16 63
240,078 240,078 00000000000000e61f3e60439f0dd9b3da199e603eb4bdc3914192f074802aca 0.24 MB 526 156
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.