Memory Pool Memory Pool Refreshing

15,615 transactions (4.37 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,151 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,998 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,150 (856,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,773 52,773 000000000a9be967bc4adee407d00a56a164ebe310704f871000c551293184c2 0.00 MB 1 0
52,772 52,772 0000000005ffd263519e406178a69f3e8558bb267b2d792ba4ca9acdb6012417 0.00 MB 1 0
52,771 52,771 000000000e61ce0f90aab83c802eef9356c7e6d0478446d5694a646137cb2245 0.00 MB 1 0
52,770 52,770 0000000015fd4fe307573009d4f7e2cbc54ba7f4af78858e8ad79c462c9293a8 0.00 MB 1 0
52,769 52,769 0000000004551052c1a67701bdb20cc7b4ca8d686454f864d91906499587a04b 0.00 MB 1 0
52,768 52,768 0000000015ce3fe408a55a87d704b423ac9292849f3de9f9f282919c2ae10cb7 0.00 MB 1 0
52,767 52,767 0000000008406cad2c7b3772ae1d55f163695ae4f03298e7964e643c186730ef 0.00 MB 1 0
52,766 52,766 00000000127379d7085c80b9f3e8e1a86032f4363b7bc05a9f3b8a1aa9f63421 0.00 MB 1 0
52,765 52,765 0000000001e0e5d2c69d87f949739bb5904c514cf3a3b90015b2b1bdeec1037c 0.00 MB 1 0
52,764 52,764 00000000112d8843b6c5c88930eae86fccc2366781c094f0c33b8b3b873bb639 0.00 MB 1 0
52,763 52,763 000000000bc375cc05b2d68ae5efcd102bc6d5631be6554c334ce31710b64a00 0.00 MB 1 0
52,762 52,762 000000001373c6174a1d110daecd92e6a7a5994e594041ad37b4678cc5f5a19b 0.00 MB 1 0
52,761 52,761 0000000007b4842de6c47caff08b562741f02d90e9e5143675b220a6018685f1 0.00 MB 1 0
52,760 52,760 00000000031aae90393796a47807bfe2aed8e56413c7b0ba912ced5c8456251a 0.00 MB 1 0
52,759 52,759 000000000f96fe8d55e9bcd24d1ae1e71ee786ab68179311166210e3cd2ce5b7 0.00 MB 1 0
52,758 52,758 000000000230e7a7e91702ae598e013f86822399d3694d27a44ac7dad8c38898 0.00 MB 1 0
52,757 52,757 000000000c8b59bf2289ecb964b6549739defb130366caaaa26e3a94e5148756 0.00 MB 1 0
52,756 52,756 000000000f908f3903697268f2c2f817a5b3f1880ff8f213e20b4de4332f99cc 0.00 MB 1 0
52,755 52,755 000000000fc51603169e0c097d79ce703b5666c4907d8bcd0ffdde7369cc0c31 0.00 MB 1 0
52,754 52,754 0000000007da05562d911b804a45de028ad7cdee62ea30b9969d99971f9f5055 0.00 MB 1 0
52,753 52,753 0000000002ca0ef01f98bfdfb24edec65d1bd9e9889d129f990d350206fcd938 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,961.26 GB sent, 106.76 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.