Memory Pool Memory Pool Refreshing

475 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (770,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,988 136,988 00000000000001618dd531edd175af8e90810fc078c0d637a1a04d94e54bdc46 0.05 MB 97 166
136,987 136,987 000000000000072133bd6257c157727f145601f1b31398a5cae19d722e72489a 0.05 MB 87 257
136,986 136,986 00000000000001521dfa2dec900a5b72fb9bfbfe91f3c6b53787fa8c1c3ce6eb 0.05 MB 108 262
136,985 136,985 00000000000003f31bf4b1b78fa876b9a59bb6310a8bc64c65fda89b5eb798e2 0.01 MB 23 480
136,984 136,984 00000000000008fda2f505db9849bd786bd316ec59d67163777dc619baf7cf9a 0.01 MB 20 214
136,983 136,983 0000000000000671ed61c0674cdf01fd8792c63db524db903ac97de1303b1080 0.05 MB 102 33
136,982 136,982 000000000000073208e590b9f1256bb37616233496d11b7eca54b5745d9a1672 0.05 MB 116 94
136,981 136,981 0000000000000a0cfdeb27ace8e809669e185c9c47930c0d14a6a9f747dceeed 0.03 MB 35 386
136,980 136,980 000000000000055878feb7c77e005f059414c9b43af72f672e1e080cec893d4a 0.02 MB 20 832
136,979 136,979 0000000000000a8be5f716f96b77decb647686e75190a5ea5e7b40d58b702284 0.05 MB 110 256
136,978 136,978 000000000000088f73b1be116751170619b6ed38053b37116b9442df18aecff2 0.03 MB 28 299
136,977 136,977 0000000000000614d3738b95d13ad048594fe4fef442ea3dfa6197eb30d933f3 0.00 MB 1 0
136,976 136,976 0000000000000a3c2b48c950635c6a219ded9998eb92ebaafef77980880cc7d3 0.03 MB 71 294
136,975 136,975 00000000000003a260a31bf55eccfa5ba5e9c40e6eb816ca6b3ecc9ba17ccd4d 0.00 MB 1 0
136,974 136,974 00000000000009deed2528f7f223b0afc0c696ec2b7a3152a5942b2c92a56853 0.04 MB 121 318
136,973 136,973 00000000000008c1b4334f2e6a0de6b50a2936db81a20a8c56834e55f84ab37f 0.01 MB 10 21
136,972 136,972 00000000000008cd918b1b957fb35d809226b3a40a397d235e1d981f5c574060 0.04 MB 137 221
136,971 136,971 000000000000083d275c6791a395fc7265396ccd030dd6db64bc93694701df40 0.03 MB 48 211
136,970 136,970 0000000000000a6e5986ad6246b55d653b9b70d32fe355fc1bd6b7a333cd3d36 0.00 MB 1 0
136,969 136,969 000000000000056ad79fc95d1efe6edfdae9b25ccf2a6f90f7204cdb37d62c14 0.05 MB 113 483
136,968 136,968 0000000000000910644b79bbc4b9f45d402d8e864ff72788ece9d6cacabe53fd 0.02 MB 24 173
Previous 10 blocks ↓
Total Size: 769.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: 1,632.76 GB sent, 93.70 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.