Memory Pool Memory Pool Refreshing

4,456 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,161 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (12,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,726 895,726 00000000000000000000045ce7b3156f4629943ca1e9be1165e147a2b4dfd0e4 1.56 MB 1,569 3
895,725 895,725 0000000000000000000186c4761c772f3fcefe1306be4e52a1ef0bf0fe56bb4f 1.60 MB 2,412 3
895,724 895,724 0000000000000000000148eb23afb8bb31859b671d78bc8d931fe6175bbae22a 1.32 MB 1,524 1
895,723 895,723 00000000000000000001ebe32cc800686071137b45a26bcd4be12387f18ad3be 1.44 MB 2,242 2
895,722 895,722 0000000000000000000237ab9ff57347a41c287e595814b7af2508b2a1c0b36c 1.39 MB 1,610 2
895,721 895,721 000000000000000000003eb16e3a8ec123ca8224e6e3c39f87166ff1dc5421a3 1.50 MB 2,325 3
895,720 895,720 00000000000000000001f14e691bde866304d284fcea8d2c268f7661c559ea8b 1.49 MB 2,978 4
895,719 895,719 000000000000000000023b4c32cabb8b1677f35e7f6c850292127b91c59cbce4 1.37 MB 1,441 2
895,718 895,718 0000000000000000000162c12b219cbd3ffde76beec74fbeef7d4266c8cd9572 1.18 MB 766 2
895,717 895,717 000000000000000000001a6b8d89da5f6c049ce7013dcee9676726435fc2f382 1.39 MB 1,479 2
895,716 895,716 00000000000000000001b4bbc3e5dd46fbc4639f4e022832e87f4671b5ec7600 1.82 MB 1,719 2
895,715 895,715 00000000000000000001978c78616e44b69163fbbbf930ab1b37d2642040385d 1.58 MB 2,327 3
895,714 895,714 000000000000000000015aec21a8c7b5ec5f314f03aa0cc0ca3852c9d567776b 1.71 MB 1,376 2
895,713 895,713 0000000000000000000246b8709262ab8b77c5061f49913f610591c26e0554ec 1.85 MB 314 1
895,712 895,712 00000000000000000000ed646097f2ffe6a0753a584168c590a02bc967258922 1.81 MB 974 1
895,711 895,711 0000000000000000000187cadc39d412da3f61096b538debf05be11dc43ec483 1.65 MB 1,465 2
895,710 895,710 00000000000000000000f5b2fd4fad3e8728ebd002cbcfddafaee4d64d6ea6e8 1.13 MB 502 2
895,709 895,709 000000000000000000020706e52cf26f433bfa5a442c0f3faf6eee5fd47304b3 1.29 MB 1,200 3
895,708 895,708 00000000000000000001afd388c5eb68dc56ee49c6d725c56e8434e12fadaf78 1.64 MB 1,416 3
895,707 895,707 0000000000000000000127e044c5fbda3a87e7272d1a2721ce91fe29c31bf754 1.73 MB 1,610 2
895,706 895,706 00000000000000000002478ebec6a704ee0aed0180528326f2fa37c2d229a1a1 1.77 MB 2,461 5
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.