Memory Pool Memory Pool Refreshing

2,821 transactions (1.15 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (892,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,909 15,909 000000001e0e5a49aba5f0eda88108fac533b73b89ce861f856f1be7191c5ec4 0.00 MB 1 0
15,908 15,908 00000000672cdf11810e6d6cf953ae239f55966c5063020c22750288a76a7747 0.00 MB 1 0
15,907 15,907 00000000405ed63a43287eb021121429b3d300e3c08ff87a76ec535649fa6595 0.00 MB 1 0
15,906 15,906 000000008c446c23b77b9139f0a6818620b67713a55e99fa43bd7f0c9440defa 0.00 MB 1 0
15,905 15,905 000000005ebfbf66237c6b8e3b97937979655192fb0897776a81445e9c461e3b 0.00 MB 1 0
15,904 15,904 000000007cd334742351f72799b933d5dcaef611018576d9744ec770af9865f3 0.00 MB 1 0
15,903 15,903 000000005345da4636085c4b6ebca5bfa501df7f1d14f18f726310651a6419e1 0.00 MB 1 0
15,902 15,902 00000000f025f71eb4d9768b1d8788d4f863c460df800dd3404d00f2d2230e8f 0.00 MB 1 0
15,901 15,901 00000000f86cd50356e5263d96602512f89b103af8e6573255008dc193ceed4b 0.00 MB 1 0
15,900 15,900 0000000038b78182f7e60d5900749f143c4c33b6f09081e2cbd125f63ab4c5be 0.00 MB 1 0
15,899 15,899 00000000f094f67a0491f9ce2b883a0b0dee35064cef85a3f55d7d18d4b17c9f 0.00 MB 1 0
15,898 15,898 00000000c50758ecbbb24564d022f9e36a9bddabcd4a9331170c1b6dc07c905b 0.00 MB 1 0
15,897 15,897 00000000560e7434828dbe5d50ef2c94dcd9f3259840f4ec45d3f6230ddf8b6f 0.00 MB 1 0
15,896 15,896 00000000da98254b61c91058a35d644857aba84ec51ecf63f522f8faf016a2ec 0.00 MB 1 0
15,895 15,895 00000000aaaf188e2f273d418854fa435f8b7a36f304bc6faad964e92f769c1c 0.00 MB 1 0
15,894 15,894 00000000922274608d304b76b2208ed65290a099953e998e602c51ddf706d2d8 0.00 MB 1 0
15,893 15,893 00000000389318ee88ef5ca48ff36b1c74f94e620d67f76fb84c7936f3bb5229 0.00 MB 1 0
15,892 15,892 00000000c919e59211d472a94b5976bcd95756563f9a625ba9faae13e7075eb7 0.00 MB 1 0
15,891 15,891 00000000d3a7fcc08252c1bc7a0dc0e1f057e2dc47e1c1abcb36866339084805 0.00 MB 1 0
15,890 15,890 00000000cd2dfbf4fc2d11a6f18c5093c833be8fbbc8192bc43e69d08c695b73 0.00 MB 1 0
15,889 15,889 0000000032fac89413439164f7e4676943dab242aa5c71c9d5317b995344b58a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.