Memory Pool Memory Pool Refreshing

9,256 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (704,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,100 203,100 0000000000000312e80e7a7bb6ccf9d7a3059d717d7e2448db4f2849c04d6586 0.25 MB 729 149
203,099 203,099 000000000000038891afef005dbedefa2e16161576da89827a33442c9a20c952 0.00 MB 7 0
203,098 203,098 00000000000002cdf7bff49670565fe0fca6d542f3cc6b9eff1f393b778867cd 0.01 MB 11 59
203,097 203,097 0000000000000176affcd5a7223d63dd39ac51168cf46bbc6d02b20536f3343f 0.08 MB 161 101
203,096 203,096 00000000000000ffa75650a7e392982c850313fcebd2b406a32fcff34ee89f59 0.00 MB 10 16
203,095 203,095 0000000000000280a0f3492e16267e53157c5d82c826cc0b808c13d5c8940e50 0.18 MB 272 81
203,094 203,094 00000000000002b39c38cb83da66cbf761fe6e9e5d721d351ca908b1909f36d1 0.21 MB 589 156
203,093 203,093 000000000000002cc84a3b49ce32e4bd1bee1eace5adf7c1a1d2627981b00ab6 0.13 MB 267 91
203,092 203,092 00000000000002f91c77ed463aa722f1ee72ba1c431a82382a9e0a601b46e97d 0.25 MB 503 114
203,091 203,091 00000000000001aa02ee086236116f2c4d212d89724fef6c7bb99fc6c495ec50 0.21 MB 392 126
203,090 203,090 0000000000000243695296ffdfd3e411812117865a7298fe6469b3ba4a83d87a 0.25 MB 679 145
203,089 203,089 0000000000000002b2bd84a5b05a330ecf6dd8d555d1772076e335aaadca0629 0.02 MB 8 953
203,088 203,088 000000000000012408a9c7fcd93efe994cdeff9cc55aac56605620fabc146b2f 0.10 MB 262 193
203,087 203,087 000000000000039c799e067e58481bcf150b53fce788fc2ff37103541fa17b21 0.00 MB 1 0
203,086 203,086 000000000000034f8ad060e13753fa24bd26b5df0b044700c66c8dda1cd116e3 0.13 MB 243 113
203,085 203,085 00000000000002a04dbe364994c59691dc44745a7aa158d934cbdf4ca25878b7 0.05 MB 138 125
203,084 203,084 000000000000006602a9d19d3c68ce42506c540aeb6af0aff4f3e3aa8ab0c794 0.11 MB 263 147
203,083 203,083 0000000000000017fbd66c37901b9c62003e0a0a22a49f809671f2915d88e0bc 0.17 MB 271 104
203,082 203,082 00000000000003dd1a5c1c787cf213792418b5961f4ebb8c4a4de6f5098ad909 0.00 MB 12 178
203,081 203,081 00000000000000740b64a55973bf536b54e2039d6ef00aefaa14749ed59535b4 0.14 MB 68 54
203,080 203,080 000000000000041140730951580e8751fc21af4341d1c42212dfe30175fa781a 0.25 MB 671 177
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.