Memory Pool Memory Pool Refreshing

9,485 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (419,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,706 488,706 0000000000000000000ddd0647f70ba81ee1d5bc80634f2b5dd8444a19ddbed9 1.00 MB 1,337 65
488,705 488,705 000000000000000000f5f4cc53fa923851c20246beb3d23d9362fbb39d008c63 1.04 MB 2,140 84
488,704 488,704 000000000000000000d960327ccf708a18fdbb566fd861fbe18716a587ea0837 0.51 MB 883 54
488,703 488,703 000000000000000000eb553e5744f28fad211e968e441da438d8cf7311aff224 1.00 MB 1,779 92
488,702 488,702 000000000000000000f6c9efc2046325cf3462ef1ca90bf528581c1bb5a4b2ab 1.03 MB 2,001 120
488,701 488,701 0000000000000000006031e25427296e6f7f51466e5c79b74231925a9cd4910d 1.00 MB 2,474 159
488,700 488,700 000000000000000000036be0690b31b1bba6238adeb7877895f3a998ff86c3c6 1.00 MB 2,054 95
488,699 488,699 000000000000000000297db0d200296d94534400c3b84680c6aa8d93727253a0 1.00 MB 2,584 158
488,698 488,698 00000000000000000078265036f75154bc060bf8f3520aa887fe86775064a023 0.81 MB 1,670 68
488,697 488,697 000000000000000000c76e0f5a1b9e0ce9dadcaf5eab4cd360a6fe72349a2e54 0.25 MB 407 94
488,696 488,696 0000000000000000004aaf2752660484c46076e1f42b107c3ce24f633b6d6564 0.60 MB 1,181 85
488,695 488,695 0000000000000000006ab65c7d19db9fafac743b586405df230dd65c6a4366ea 0.01 MB 21 101
488,694 488,694 000000000000000000a6433864fa9c78a0ecf66e83dd96c7e40bec56bcf50c34 0.19 MB 455 87
488,693 488,693 000000000000000000450b3df30fda26ff89623726028d2410deda818de67f5d 0.78 MB 1,160 72
488,692 488,692 000000000000000000ebd248cc4deb0e4c6309a1beb7e76d3c3270a205bc6a4f 0.26 MB 643 97
488,691 488,691 0000000000000000009ebe50031191351119a70ac6eca2c2c1da9b805eb1d5d8 0.80 MB 1,618 59
488,690 488,690 00000000000000000046c232a81033dca318fc904e6fcc0777c5141b85a110ba 1.00 MB 510 30
488,689 488,689 000000000000000000f760286d34504d33e8e3cc7d90ffee2deec6f1fe905948 1.02 MB 998 52
488,688 488,688 000000000000000000110bdc575edf7a3306dd6afc5e17248f16ea243e95418a 0.93 MB 1,635 72
488,687 488,687 0000000000000000002b76ad041b1e4029c994b8490ae14c48d39de816192593 0.80 MB 1,599 89
488,686 488,686 000000000000000000861d309985a9c2ad42c7b8f98deb88c89b8590a115edb8 0.33 MB 507 50
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.