Memory Pool Memory Pool Refreshing

16,343 transactions
27.90 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,784 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,783 (122,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
740,281 740,281 0000000000000000000318eaa86515d6cc4f82b568ce4388770ea80a79cfb0f3 0.46 MB 748 12
740,280 740,280 00000000000000000006d2306cbd70c6a844dba84ba0e322395019f91e89e01b 1.34 MB 1,312 11
740,279 740,279 00000000000000000001016211ac370b710d199f2219296099af20419de6aecf 0.00 MB 10 15
740,278 740,278 00000000000000000005b5d6461021cc143f3644b19ee843dbee7961f25ca8c5 0.04 MB 77 9
740,277 740,277 00000000000000000007583e4ce601cb159be3872fe26863b1d30b132d4f0a4c 0.19 MB 404 15
740,276 740,276 00000000000000000008b0c27c54adce238009e1277232a0a487f4a2873e1251 0.36 MB 729 13
740,275 740,275 000000000000000000056d01c6f1509fbdaa0c93cbfb85239b76380270575274 0.11 MB 145 14
740,274 740,274 000000000000000000054547bdfd0dc949f400b23fb8b7883def785c7180cba8 0.55 MB 1,005 13
740,273 740,273 000000000000000000008ecd37c3c89cb0e68bc4619f704fa03de31e92b63054 0.21 MB 205 10
740,272 740,272 000000000000000000087df4a313a2c04bc612c4eb433f69aff0726de06df9bc 0.81 MB 1,142 10
740,271 740,271 000000000000000000031b23ed3b8cba31393f782c02bf917b21e1fd9a97b04a 1.68 MB 2,086 9
740,270 740,270 00000000000000000001056244359ebb8ca56647195c5302cdaa2a525318a0df 1.44 MB 2,629 22
740,269 740,269 000000000000000000068643fa09c1fc5842db0a99cf337e72424d17bb0c9678 0.23 MB 347 15
740,268 740,268 0000000000000000000411178a76a8a427ffcb04e73c7d7ae193d6a079cfd4ae 0.56 MB 347 13
740,267 740,267 000000000000000000075e5aae8da9acf35e5662127b5be756e8c70571d878a6 0.42 MB 476 1
740,266 740,266 00000000000000000003723c6a4973673c91be3a87c152acae066010267f05e9 1.73 MB 222 1
740,265 740,265 000000000000000000085439b5f8e28960f338b4883c2fe5163151204c6fc6a5 1.74 MB 1,501 8
740,264 740,264 0000000000000000000706596e52df97881a5f0a18c3611e23ce192ac04dc133 1.69 MB 1,848 14
740,263 740,263 0000000000000000000423c450eeaef7210af7ac63e3338c9c80de78394894c8 1.59 MB 2,082 6
740,262 740,262 00000000000000000005010ee299727817c9bb9bb5ca15a0df3f88308725d105 1.32 MB 2,054 19
740,261 740,261 0000000000000000000197eb1759f4ebb09de30329ceb8aa7fba20270339f8aa 1.44 MB 2,781 19
Previous 10 blocks ↓
Total Size: 685.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,398.33 GB sent, 110.02 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.