Memory Pool Memory Pool Refreshing

2,868 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (712,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,211 195,211 00000000000001981dc32a0f2b02f23887f34593001c76e192b043fbcf8c88d2 0.09 MB 256 198
195,210 195,210 00000000000001f8f6b32c37fe67955316719b19528be848ba5d6ad52e30e4c6 0.13 MB 269 212
195,209 195,209 0000000000000318e397b5794f542cf826915924a8048a1f0b0ab6a3a4d82dd1 0.08 MB 158 142
195,208 195,208 000000000000015050ee20bbc765932cc054bb6ced7999d8a5ab1d350813677d 0.01 MB 29 1,020
195,207 195,207 00000000000006a1f1d08edc276bcb258485cbf7b798f28d40fb2c21c527399d 0.01 MB 32 0
195,206 195,206 00000000000004c1bbd18f1d8e7fc64fcfe1af4f2f8c6830ab1b672dc80807d7 0.10 MB 220 125
195,205 195,205 00000000000004b432d9a86632d643652ed14c4ba2ec615f90842015c72d2971 0.05 MB 133 70
195,204 195,204 00000000000006611839de358e8f54ebbe028d149ba222e11b0741c10abf3fff 0.07 MB 166 162
195,203 195,203 00000000000004212e68dabecbdf040a8cfbda90cca0e7480b9198c7fa66c81b 0.00 MB 9 85
195,202 195,202 00000000000002dfe7484e956d89410bb34abf0d97873b4939c5ecb49d8be233 0.07 MB 198 165
195,201 195,201 0000000000000574a56ad8306974825d58021d69ecd466a53a3b809001117a81 0.01 MB 26 209
195,200 195,200 00000000000003a95d78b1b29e1bc7495ddc9d3124368b0ebeb3827ad17b5926 0.03 MB 91 32
195,199 195,199 00000000000007889b04dee97fdf4fa0e91f1521a35e333dbc1f94b8d61f4e59 0.11 MB 256 87
195,198 195,198 00000000000000df6c76b1777efefaae1264800b88e300220c525ba411c20ff6 0.10 MB 181 166
195,197 195,197 000000000000077d491d121cd25db3b13a7910620441fd440cc4559fc9de9bdf 0.43 MB 512 55
195,196 195,196 00000000000002b8adb92ec066b0f90cc0e951f0c9de12ae05370aeea6e7b6e0 0.17 MB 512 149
195,195 195,195 000000000000009e997808b335a6254213d6964350157cf75dcb24093f69ff6b 0.11 MB 314 169
195,194 195,194 000000000000077b4e374bda2fb3a3a0a650096c38963ea773a550dfd1b26038 0.03 MB 104 493
195,193 195,193 000000000000060a52fdc2a50bec8be75b7d040b3088055114363ea4b258bdb2 0.04 MB 99 1,432
195,192 195,192 000000000000063abe5aff130bb7960d1c20627afe7e1eae34a0d4d7607dfeb7 0.05 MB 97 204
195,191 195,191 0000000000000747e6497d4252203a273964e240058537b7e5fcec5d8a00cc0e 0.04 MB 77 133
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.