Memory Pool Memory Pool Refreshing

4,710 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,799 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (670,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,275 237,275 0000000000000145221debbbfcfe1a053d8563ed753c0267bc65bc0a2c88b285 0.25 MB 736 233
237,274 237,274 00000000000000ec00c4f49276be15b865210f40a2b7d703111aa09500106871 0.01 MB 26 56
237,273 237,273 0000000000000015ca048966bfde97c36e09730e721c9bb2b16c0a82a52c216a 0.22 MB 488 178
237,272 237,272 000000000000014fd9b829c1bb5b206f627f6bb0507ffbf48dda9d2b4deb0745 0.15 MB 341 168
237,271 237,271 000000000000010a59634a9eefae133003d9087ebfcf901a2027a6673afb5414 0.10 MB 220 201
237,270 237,270 000000000000008c70c92fb724ae02a134729a37300159feb65b7a6ae35a2865 0.25 MB 658 176
237,269 237,269 0000000000000177804c285c111b7bac5ff402c53e776444956603acf2d297dc 0.10 MB 207 143
237,268 237,268 000000000000016a44e1a9365072fb4887cb93028cd0d256ac502b2eb25d2577 0.25 MB 584 200
237,267 237,267 000000000000012743c6606ac2f294d45a08396bdd5507b26d6b8b93038f8ba6 0.02 MB 57 196
237,266 237,266 0000000000000079c57f26b8df3e0b3321da9951d3717f5dc5d95c825d91cff2 0.08 MB 186 170
237,265 237,265 0000000000000068b95b4330c0afc15145187cd4c1c984115d6a1d25f0bd5af8 0.11 MB 173 127
237,264 237,264 00000000000000b75bb41693607d80f6b7dd7697a65a16176bf467700c4620a7 0.05 MB 109 170
237,263 237,263 00000000000000dd404efe87e6db029f09b13622e5252f7c733bb9d50d238fb3 0.16 MB 388 200
237,262 237,262 000000000000015f59fd8ea2694ddecc21c18309422e5f9eed77604af0d34aff 0.00 MB 4 44
237,261 237,261 000000000000011b8165b814dba6cb458a61b5fdcdf80908577d6b3b1ca12b2c 0.15 MB 308 133
237,260 237,260 000000000000000fe5bfcea13a9bc48f34f197bf225e0d569faad3d631b995e4 0.04 MB 128 229
237,259 237,259 0000000000000125f0e9a55e1813b903ccd1bbe78c503e154fe3048222fdc468 0.25 MB 506 164
237,258 237,258 00000000000000da9b9b842721c4050c7858d346b45fc7964ad262ae3c146586 0.14 MB 325 189
237,257 237,257 000000000000001f0bb471845de03a56f5693afd10568e61ac71809c819aea64 0.44 MB 256 27
237,256 237,256 0000000000000036894b9289734cf50371297644126affc868ccfac367bfb3de 0.16 MB 344 238
237,255 237,255 0000000000000038f2e5304b8e5c2fd79b319a8adaef2ec82c0861396088476c 0.04 MB 94 94
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.52 GB sent, 93.13 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.