Memory Pool Memory Pool Refreshing

8,270 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (623,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,073 284,073 0000000000000000823341370be57e3efd2c04bc406b9dc23842dd59a0bb49cf 0.34 MB 606 30
284,072 284,072 0000000000000001dd64ccb2c4709b994bd08cbb9e00ae6b5a6b30d3d351b80b 0.05 MB 154 91
284,071 284,071 0000000000000000bce184351f031db34c7fdc4ca5adacf0a57e1ab8d729a5de 0.12 MB 189 28
284,070 284,070 00000000000000016a57ec0d8a398ab3c4bb5455e5860ee1eab2f8a62412d8fd 0.23 MB 187 19
284,069 284,069 0000000000000000f1c77cb2360daf9944cd6ba4f0538b5c1f14d62e6a8dda46 0.25 MB 199 19
284,068 284,068 0000000000000001267cc4e0a85e5d962263dde0242b87d2e4ecb710239d182a 0.24 MB 120 10
284,067 284,067 00000000000000019d64430921a587a84f70f65ea3d0544d2152379883f29fc1 0.25 MB 470 34
284,066 284,066 0000000000000000e75eacfa0555f850ab76b96e03149798c30dbb1720196135 0.50 MB 1,156 41
284,065 284,065 00000000000000018307b971f8ae26f9c7b1226f46463a2dfefca5332a6c47c1 0.35 MB 360 15
284,064 284,064 0000000000000000a361be2ec297669be8919f7ee523538811be11f99deb7149 0.05 MB 61 29
284,063 284,063 000000000000000081c2a1b52916e56604063886f3f8f3ecbeb5f4fbc8b8e859 0.50 MB 1,259 41
284,062 284,062 0000000000000000e61dc682a4d550ebae43176d432b273de313fee72131739f 0.25 MB 844 43
284,061 284,061 0000000000000001a6f2e61cf49d8086a086d1b62e670308d124424017139572 0.05 MB 174 197
284,060 284,060 00000000000000013db2b467f744cb7e2c0bb24aa53111ede79058829738272d 0.05 MB 76 107
284,059 284,059 00000000000000004e161ea09aa82d5002fcf3240bdb7ef97223b958516f08d5 0.12 MB 96 15
284,058 284,058 0000000000000000a699e18d1d5c8e3425f5208fb85eb754ad4e46c51e869ab6 0.21 MB 512 48
284,057 284,057 0000000000000001c2b8030c45d031816c0de45af98769901aa18ae42ef90a62 0.10 MB 125 25
284,056 284,056 0000000000000001d1a87e1e368286ebd843240aa5d39cf504d3cdf31205db6d 0.10 MB 66 7
284,055 284,055 000000000000000044cf658cf0b09e16b97e5b7da9452b1ce2057c7fc02fd935 0.20 MB 353 46
284,054 284,054 0000000000000000bdf4c021c7e39b2aa5fb84cd17900ccb1b51f6993154599f 0.42 MB 705 32
284,053 284,053 00000000000000015675a24d3fdc2ad1e97766ce51ec4a9ed11e23c89113f50f 0.27 MB 227 18
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.