Memory Pool Memory Pool Refreshing

1,411 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (5,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,357 902,357 00000000000000000000e43b4dd8918e92da9829456b3fae8e2f17122d7276fb 1.68 MB 2,695 4
902,356 902,356 00000000000000000000f4b3f18df57fe22bfc2e9254afc54f2326dcf7f01207 0.43 MB 715 2
902,355 902,355 0000000000000000000071b7397e6b89617c3b88b6c2a7504f13f65e2f0cc033 1.18 MB 2,523 2
902,354 902,354 000000000000000000004c08528e35386c148add2d15d71cc6f0ec0911a7f0fd 1.67 MB 2,810 2
902,353 902,353 000000000000000000016dd18d1a0314bc6393c5fa73306a0d357911b3bb0975 1.58 MB 2,615 2
902,352 902,352 00000000000000000001716a83b9e714d6fb1e54bc145c69ade13f98a8c04532 1.57 MB 3,729 3
902,351 902,351 00000000000000000001968a00a41c06da7ac1ada4bbd95e9b43acf1c19001fb 0.27 MB 470 2
902,350 902,350 00000000000000000000dcf1b53ddcdfebc7c1a788f6e29e832c9a7ca852043e 1.74 MB 4,206 1
902,349 902,349 00000000000000000001aef7f1cfee3f8b8d0022d330f3d501ddcef4c3c3bea0 0.82 MB 1,648 2
902,348 902,348 000000000000000000022e62b9da87b0eec39a3d4f0737d855cca7dfe39bd4d3 0.66 MB 1,165 2
902,347 902,347 0000000000000000000205f2b1ef0f2ee4aa56e9a1cf267e492dea42e1f89a36 0.29 MB 408 2
902,346 902,346 000000000000000000005a56b0ea9800436e46a2e30385de6312ad88e1a7c545 0.76 MB 1,445 2
902,345 902,345 00000000000000000001201fc81709a328f0f894f7f2a9b6d0332fdea5d9b68c 0.07 MB 86 3
902,344 902,344 000000000000000000006bfe1de5e0c7535142a192abc5f70f0169394203a6c6 1.70 MB 2,701 2
902,343 902,343 00000000000000000000be0d77ddb8c36c277db0600120e04fa9f514e65278f8 1.29 MB 2,136 2
902,342 902,342 00000000000000000001b8960aba6ae3aabaa965c0a09aa379a34b2ccedde8c2 1.37 MB 2,202 2
902,341 902,341 00000000000000000000bfa3f2508f034d6b5224c7cdb61bc08b60f62a97b02a 1.07 MB 1,837 2
902,340 902,340 0000000000000000000083bc6ced7f7a3806ddf347f5025e6e23a2b707ac9b6a 1.62 MB 3,053 3
902,339 902,339 0000000000000000000073fa844273452d2c71b36f6dec32f6170fa1f0ad6e6d 1.43 MB 2,871 3
902,338 902,338 000000000000000000019acfe25fa831f6bc8dfe160b0b59a68b717b66ff8861 0.56 MB 807 1
902,337 902,337 00000000000000000002335d55e23594b2e57df656cf1b65b2cce7e01d775d0a 1.64 MB 1,955 2
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.