Memory Pool Memory Pool Refreshing

3,390 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (6,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,102 901,102 00000000000000000001b848bc434483de9d100321a890906c3603f18eeab63f 1.58 MB 2,900 6
901,101 901,101 00000000000000000000ab3addf43cea83f451db9fd571b8d98de788ead324cd 1.33 MB 2,628 3
901,100 901,100 000000000000000000022871c835d665e904e82c779b9a42616b5b2444681223 1.56 MB 3,032 6
901,099 901,099 00000000000000000000066b4e94b3e0ee696fbe0181d43c535c38a688e2c14a 1.45 MB 4,105 4
901,098 901,098 000000000000000000012b6a41a8dd596254310b0632294be9b5ff0976ead0d8 1.60 MB 3,851 4
901,097 901,097 000000000000000000020d9fc61a2b144d20cb067ea5241cbedfd00650e2391d 1.56 MB 3,313 7
901,096 901,096 00000000000000000001761ca6fbe80e02ee2f4e1ae648582e1089dd776920c7 1.49 MB 3,026 8
901,095 901,095 000000000000000000008ce3ba56b1f86d9f5a0bbb2f43fc078078b74911b111 1.61 MB 3,331 11
901,094 901,094 000000000000000000018fcfd3b6a8f0fcfb36a01e618b5d70cdb73d7b1adafd 1.54 MB 3,853 8
901,093 901,093 000000000000000000001b0314aa7665df1b1ac22270c3ac0f254e4da91230f3 1.52 MB 3,816 10
901,092 901,092 00000000000000000000804b1f9d52bae60bea62697d153ea88e7d74a5361577 1.40 MB 4,016 9
901,091 901,091 00000000000000000001ef8cece0e9b658fecfcf5ac6b5b8327b7eea5c25caa1 1.43 MB 3,739 13
901,090 901,090 00000000000000000001b406632b91ff755309e10e7e0716ef6eba7902ed1f7e 1.40 MB 4,317 14
901,089 901,089 0000000000000000000073f00d0704eab09d8cdabd21fa541683360ec20d70bc 1.42 MB 3,779 8
901,088 901,088 0000000000000000000068008fff3eb85a675b8d85daac524bdd7350e137f432 1.45 MB 4,116 8
901,087 901,087 00000000000000000000eaf9afbdbae77317496eda0c4f867497a37e4a14229c 1.44 MB 3,248 9
901,086 901,086 000000000000000000008bff96ba5456b0761871f692076f9bddbca272a978d1 1.40 MB 3,679 10
901,085 901,085 00000000000000000000b105b350ca1d81d397dadfa9abdd4c8ac0f1dc49039a 1.47 MB 3,863 6
901,084 901,084 000000000000000000011b16796b53bdabfe15454373ae535fee94219384256b 1.47 MB 3,565 8
901,083 901,083 000000000000000000018d923684bdf12970adac6ba70a253a67f8843321d091 0.17 MB 216 2
901,082 901,082 000000000000000000021342f293c7c18a2f76fee85c07956d755139d006778d 1.46 MB 2,812 2
Previous 10 blocks ↓
Total Size: 768.97 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,615.58 GB sent, 92.66 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.