Memory Pool Memory Pool Refreshing

7,404 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (435,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,366 472,366 0000000000000000003f03f045984d300d9e29e63d7708638557f8c019ba5435 1.00 MB 1,653 303
472,365 472,365 0000000000000000006bd3e50fb98a72fdbc08201f623af3c03466c8e29035f7 1.00 MB 1,919 289
472,364 472,364 00000000000000000120cdbd2a0c98542f3d46ef3932f89bd9f2fd4c76288ac6 1.00 MB 2,240 335
472,363 472,363 00000000000000000136dc2ed6861d9af72fe249cc513f18543b948d5cd9b4ce 1.00 MB 1,757 410
472,362 472,362 00000000000000000149f441034351e04ec140cecf8fda741fecfcfd812d31c0 0.99 MB 507 314
472,361 472,361 000000000000000001104e16bd2daa01c9cf04be61bd7d7292130919ce4bd72a 1.00 MB 729 381
472,360 472,360 00000000000000000121b0c5e1372b5e7820b45b0adc32b3be13b03d5df9eff6 1.00 MB 130 353
472,359 472,359 000000000000000000d1a3c9b0de7a3071048877d6c8c0962f2dfa545c574013 1.00 MB 909 383
472,358 472,358 00000000000000000171dce9913f652cce3266452e86b262c9b826f0614c1474 1.00 MB 441 303
472,357 472,357 000000000000000000e1d63323d5a472f071d314508d903b7e3c31f27b8c73e3 1.00 MB 2,237 401
472,356 472,356 0000000000000000002f47c8785c85cd6e7dc5e8249ebb7c9ba065408ec03209 1.00 MB 2,700 346
472,355 472,355 000000000000000000566a4bdec51f094bc6d1d76d74f195e32b0c4b504f82ba 1.00 MB 2,053 364
472,354 472,354 000000000000000000464b787a7fa78e0fad4f1de36baf494a256ee009a8f565 1.00 MB 2,084 324
472,353 472,353 00000000000000000096e29d2fb96dbf82fdcf62a985d498f8873bd705bd1f69 1.00 MB 2,193 399
472,352 472,352 000000000000000000f45bf55e339c8b09280216106928c4c896ffaf0a1f3aff 1.00 MB 2,422 444
472,351 472,351 000000000000000000b7cfebe212fedd005981f789b1e1ca7fabb67b6516e4d2 1.00 MB 2,135 373
472,350 472,350 000000000000000000f4f77fdafc051c2982c767ae9ab3054917c3709cb57704 1.00 MB 1,882 377
472,349 472,349 00000000000000000180b66aa0cfd8ff6595535bf2a7378bd8d2f4c229fc0abb 1.00 MB 1,917 393
472,348 472,348 000000000000000000541e05ee820379fe38cfa1a964b51fadbe94b669239f3a 0.34 MB 719 367
472,347 472,347 00000000000000000084f9212cf0841d8c35613347bb13b751f72bd07febf1a5 1.00 MB 1,279 161
472,346 472,346 000000000000000000257d1cf70af481ce25dc8a40627503f94ef3623fff5e8e 1.00 MB 1,383 152
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.