Memory Pool Memory Pool Refreshing

3,742 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (34,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,885 872,885 00000000000000000002756a816f8868bbb497c277a6bd3228d705fb7cbb3c47 1.32 MB 1,055 11
872,884 872,884 0000000000000000000038572b19277760cb5c3547dc391bc6f6b5f692ed2caa 1.17 MB 736 18
872,883 872,883 000000000000000000005cdf46b64c295ebee53c3ad67abba8daf2099d100eed 1.36 MB 1,886 15
872,882 872,882 0000000000000000000166a8115ec44cd7d7f9d20cf01e080f41e1c6b9f13035 1.60 MB 3,516 23
872,881 872,881 00000000000000000002415cf06eb8f3a461abf674cd31e63476fc80df9ded7a 1.92 MB 2,639 31
872,880 872,880 000000000000000000015277c4c6bff360ee08bab11a146390d7a92e5f1b3c9c 1.26 MB 1,144 9
872,879 872,879 0000000000000000000141bf9a17f77d5e896764a71814e0766f804127361589 1.32 MB 1,235 11
872,878 872,878 0000000000000000000020bc391127024e062f6af51c705c1b6e1e211b7c57ea 1.73 MB 3,023 17
872,877 872,877 0000000000000000000180328274e2b194d662d266770c1d1f1f1ebad3eb9d55 1.82 MB 2,431 41
872,876 872,876 0000000000000000000103f7f0efffcdeb83cd2ab10effeedbd8290d8f8fab3b 1.12 MB 755 9
872,875 872,875 000000000000000000029c6d9a31d2192b193f93ccb7d8dd3ff5c53b26a24eff 1.44 MB 1,593 7
872,874 872,874 000000000000000000003cedbaee2022cf54ce6bf8adfc3f7106c80a614107c0 1.15 MB 809 10
872,873 872,873 00000000000000000002b362b8b439c8d7f011fd61f042321795793fcc44f0e8 1.37 MB 896 11
872,872 872,872 00000000000000000001002ff43ba69f0a413268fafc5bde09caa1a1085909b8 1.60 MB 2,749 13
872,871 872,871 00000000000000000001b66af5f1b955f22fffa2ea9a78a1a0a03eb21726000d 1.67 MB 3,387 25
872,870 872,870 00000000000000000000b817a1616b87167845d4f8525753435f912a25b08b5b 1.64 MB 3,194 41
872,869 872,869 00000000000000000000d0968fa27ad8c4e806484c7311e6730d295da63db28a 1.64 MB 3,045 24
872,868 872,868 00000000000000000002ba1ff2ea9f94658059b1fe857d846cb9dd1accede98b 1.59 MB 3,183 27
872,867 872,867 0000000000000000000282688329f6c5923c5f89aab684fd4d12c756c363f743 1.60 MB 3,413 8
872,866 872,866 000000000000000000022ffa35eb0b26069b383e70ccb0ff3a0bbece52c17b06 1.50 MB 3,293 18
872,865 872,865 0000000000000000000200a7af1bf5df4ca75cddfe5683f3088dc00320d3aea8 1.57 MB 3,451 14
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, 114 incoming
  • Data Transfer: 1,627.27 GB sent, 93.11 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.