Memory Pool Memory Pool Refreshing

2,854 transactions (1.00 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,854 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (828,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,897 80,897 00000000001efb2487702fc68188fd5df85263e0336fd6b33e1bb0bae9bce6de 0.00 MB 1 0
80,896 80,896 00000000002be26a6b57862c67c555ca72c4ff4bbccce8ee29aa6a5baefa341a 0.00 MB 4 0
80,895 80,895 00000000001d388937846e197d13986a84b35aa43cc3c9ffb227217ae998c114 0.00 MB 4 0
80,894 80,894 000000000043d6a8b04bd20301869d90d2ab1c0ca1e0bdb8368ea7fd3aab2ce5 0.00 MB 1 0
80,893 80,893 00000000000b1d76980b81c0dac628dae328cfbb5879e9b51e6ab4e5d82b9fbb 0.00 MB 2 0
80,892 80,892 0000000000203198e65a4115d4979056d125dd915646fe010b774683c70ee283 0.00 MB 2 0
80,891 80,891 0000000000431b33cfea62420208905738bbb385fbc520f0e2b2fe278bab1664 0.00 MB 4 0
80,890 80,890 0000000000441f97ff8bb1c5b2f6aa15af71904b27c4c47a420a3657d94533e2 0.00 MB 7 0
80,889 80,889 00000000003b0af1b8d94dbba521e927b4937002f53176f82cd86b2d7fc4260a 0.00 MB 1 0
80,888 80,888 00000000004371d4a5d7ebd4180e30fbb5ffb5fd08745ba4d0bc1b1cd0b59037 0.00 MB 2 0
80,887 80,887 000000000029a801108d77a0cfac41e89bf172651fa7a8400ba2429ddae1d3d6 0.00 MB 2 0
80,886 80,886 00000000002b22baed1e959351429c3b86e41d7735a1a8805196b752868cb4bb 0.00 MB 1 0
80,885 80,885 00000000000bba97970b3dbde17420f0bd510103bb16a57d4b64163518893233 0.00 MB 2 0
80,884 80,884 00000000001c283e97e4760e6acf7e4c0390178d7b77bd5bea52385959f2a75f 0.00 MB 1 0
80,883 80,883 00000000000bf5c57954473ebd52a510c3df76663afb6d58119cc44c43f17fc5 0.00 MB 2 0
80,882 80,882 00000000003328f26a0923221c2e6017196fb71ed787b9495ab6d5aba34ba958 0.00 MB 2 0
80,881 80,881 000000000013eff9767684b314296807c23ea25c49ad651cd2b7fb7c8ce559c4 0.00 MB 1 0
80,880 80,880 00000000002748b482b99f2f83fb229bca7a962f44f60d31a0c29bcd6843a2fa 0.00 MB 2 0
80,879 80,879 0000000000176d00f45d4174d482f75596ff41a6fdbcefe5a13b8730ac5ac81c 0.00 MB 1 0
80,878 80,878 00000000002ade0512dca97cb180d25742f0727e2d48d8759624fb91c1ddf590 0.00 MB 2 0
80,877 80,877 0000000000235a99a0fc52cdb7e641c69d0c7ea1e7b0f42832a5b48437060f56 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 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,868.56 GB sent, 105.38 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.