Memory Pool Memory Pool Refreshing

3,894 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
901,384 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,394 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,383 (534,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,099 367,099 00000000000000000775d7db0ff93b2ce3698736ecbe44bbd52261837fc4cb31 1.00 MB 896 19
367,098 367,098 00000000000000000fc39f1d2ea60fa4ccd4d8bd249a1a714cbc6e67797b2832 1.00 MB 1,918 68
367,097 367,097 000000000000000004ad2ce5bc4982e193406d1f0b4a9cac763a63ceeebf357d 0.23 MB 422 44
367,096 367,096 0000000000000000033f07d150da71c951eed20c7bbcffbfaaf9ffd204e549eb 0.55 MB 1,002 46
367,095 367,095 000000000000000012d3ce8966791d8b3d54aaed0f85c35880e7cecfbd15cf6b 0.04 MB 54 31
367,094 367,094 00000000000000001243a0db0ec529cf01bcf3a24ad6da034bea60c5c0e8e7aa 0.31 MB 612 40
367,093 367,093 000000000000000014e61915277863db772fbd1dd13c414b2e56d79b2f06d02d 0.00 MB 1 0
367,092 367,092 00000000000000000d9bf1c5286763a5acf9f1ac3931c8617cac0ffcfadeff66 0.25 MB 370 35
367,091 367,091 0000000000000000011d928406ae6ac8f4eda72c842d54dc4901bdd3201e158d 0.23 MB 366 45
367,090 367,090 00000000000000000339245847d2a61c19626a558adae618820402b312421524 0.76 MB 1,182 40
367,089 367,089 000000000000000005511b243ed25a22bc77d9c28761fe9111fcb1e614e4f8b9 0.00 MB 1 0
367,088 367,088 000000000000000007aad05be0eada273a6a75e299abec817282316acdba2c9a 0.00 MB 1 0
367,087 367,087 000000000000000004282bd86f9dd4d25028eda552f008bd30bda8673699c84b 0.28 MB 264 13
367,086 367,086 000000000000000005100ab76bdb20ca1fa1c35e8fc55f0c8a0c89decfc72a63 1.00 MB 1,478 32
367,085 367,085 000000000000000000910699eb9e8bd56ebf56636de8b8617f7170f0d648017a 0.93 MB 1,872 44
367,084 367,084 00000000000000000306a8a92815309b06b42506b7d76389300a7ff7f31510e6 0.17 MB 194 20
367,083 367,083 00000000000000000ab025b5178b02947015e4b5ed18daeda095c06471d82623 0.56 MB 320 11
367,082 367,082 00000000000000001209d93a04276b768e3b8cdb7d91dfee19df4f296050cc54 0.87 MB 1,353 31
367,081 367,081 000000000000000014da5bfa8a3603e0293846724e8f6ebe2aae4609dc85737d 0.14 MB 88 19
367,080 367,080 000000000000000010982237f4ae541e82b557714f3da7a00e98cf88e8dba57d 0.75 MB 1,007 28
367,079 367,079 00000000000000000f529d8903f9f5d4c757b360fc5a8b3191d7fda1749805cd 0.85 MB 1,870 50
Previous 10 blocks ↓
Total Size: 758.16 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: 718.55 GB sent, 37.64 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.