Memory Pool Memory Pool Refreshing

3,787 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (665,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,263 242,263 000000000000004b9f24aab3c13016dc6df8f341737f8b4f129bf63cf3256575 0.12 MB 283 163
242,262 242,262 0000000000000065e9535dce11a6a052bf1571f63a364f7266ebb3f10ad7669d 0.25 MB 701 198
242,261 242,261 00000000000000016537589495371e30ddc8a3699573147e1d1e2fffef7aa573 0.23 MB 524 159
242,260 242,260 0000000000000010611447a40c7ebfccfd63c317a6831661f75ec22072bbaca6 0.25 MB 399 98
242,259 242,259 00000000000000da761109bea4784a97e0ff0623532fc361a994220d131e8029 0.25 MB 794 242
242,258 242,258 00000000000000abf13a483c9ba2650b684fc695f6409e1dd1fc61fccbe18280 0.11 MB 88 43
242,257 242,257 000000000000008a5cac7ead28398af82beb70379ad53ba7e4a635b6a1778f87 0.12 MB 263 141
242,256 242,256 0000000000000016607189754c46032a9d971d6a26b9d9642ec6d950f95c65b1 0.24 MB 432 113
242,255 242,255 000000000000004a33ae562086c4b12d458ee45283329866e21cbdb75a217687 0.30 MB 844 171
242,254 242,254 00000000000000893762c8a43a703b029c27d7e652daccc919f55183680b6a74 0.04 MB 102 178
242,253 242,253 00000000000000169728d2f10f4d99d951074ca4d758d561deb7a63013c39152 0.11 MB 244 94
242,252 242,252 000000000000005c9eedec8c830c6f0f494d25b03ec3221c356e243e9e800977 0.06 MB 137 128
242,251 242,251 000000000000005ac6882d6f29714e3afcd21dd37d022c6ace577be8cd976e6f 0.17 MB 342 118
242,250 242,250 000000000000000017f9c4f0af122d4a8cd9607acfecaffa7445ba3fc4523297 0.18 MB 404 141
242,249 242,249 000000000000003c790e634e23f1886272157928721c5976cd93016adc0eba8d 0.06 MB 134 122
242,248 242,248 0000000000000053abf7fc5d5fc8db54e0e541690403024384f0fa4d0ad6e3dd 0.04 MB 92 123
242,247 242,247 00000000000000a7f89fb7b4edbd98c049a55697962b8c7ff45a17e2693388e0 0.06 MB 130 162
242,246 242,246 000000000000003c51f83980fd9b537200ccb2c7d9c01737c6bf1049da385c0f 0.17 MB 391 137
242,245 242,245 000000000000003887d8b100f25a582d2583d43e7d17edca5b15e143de6d037f 0.07 MB 102 88
242,244 242,244 00000000000000aa5ac97f1eb48cea707f9d677aedc32223f245f87b871e5587 0.08 MB 176 103
242,243 242,243 00000000000000942f0d9a3b80fc258746fea68cf7bd8dff22898e605f94c854 0.14 MB 335 40
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.