Memory Pool Memory Pool Refreshing

944 transactions (0.35 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,070 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,069 (829,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,442 79,442 00000000005417441c581b621e2fe0a027c61d6ba339ea70f185d57aa41b7723 0.00 MB 1 0
79,441 79,441 00000000000b02d0fcddeb80363aafff0d4cc390f614ec26505c344dd8c81de3 0.00 MB 1 0
79,440 79,440 000000000032e4c35f043b1ef4c1173b7c0c13cd2ab8581f06fd1e8fed217d53 0.00 MB 2 0
79,439 79,439 0000000000230e27fa0196939df9a5e9677482f8311908332b170fc74ba2b220 0.00 MB 1 0
79,438 79,438 00000000003208a6a6bec2292d401c2c415c030c114a8f93c1d79839dbd1a3c5 0.00 MB 2 0
79,437 79,437 00000000003183c1c9e0a0cfc68a7532ba2d5de303b2c5fef58a90b54f4a4574 0.00 MB 1 0
79,436 79,436 00000000004c084f02d3bd1f36b49db684c878ff8060556b178cee23180cab13 0.00 MB 2 0
79,435 79,435 00000000004f1cee93341d5907db73cae16f7127389f13d64670450ea52ba7a4 0.00 MB 2 0
79,434 79,434 0000000000117fb9d9567a2de2977cfb576a2ced48914ad6e82894ec8784f2e7 0.00 MB 2 0
79,433 79,433 000000000005f15580f2f700078428a434f47e0d980a22b189b47a72a0aed750 0.00 MB 1 0
79,432 79,432 00000000004b96926d9ff2451daee8f481b4f725420155d10c27d3e95684495b 0.00 MB 1 0
79,431 79,431 00000000003adcb31988f71aca135fcc144ffd56212abc71788bfde2fa15ae47 0.00 MB 2 0
79,430 79,430 00000000003de535ce86e76fd94e53c89be9ba1811e571b06c83bdfa0ac58f37 0.00 MB 1 0
79,429 79,429 000000000055afd16ced5f59a39a0ce09bbc7c9b8c49002ade29bd530cdfab34 0.00 MB 1 0
79,428 79,428 00000000001a96bfb8944c2d9bf194b7dc4a433884907e4117b27738222ccc7e 0.00 MB 3 0
79,427 79,427 00000000005459beb2c198993ee5b6fdcd498c780e12839ae9c659940ee9b738 0.01 MB 4 0
79,426 79,426 0000000000294120675548338076e41e69b2d8a63bec7834de6a80bc558956b9 0.00 MB 1 0
79,425 79,425 00000000002a9811d014f7823b48cd301b11f6bb2db4f694b78ebd82d7f4a1ee 0.00 MB 5 0
79,424 79,424 000000000010879b0a9e16828c1fc74a355a2b5244578cd8b12e655ad660baf4 0.00 MB 1 0
79,423 79,423 000000000023659f7f7ab57666975db2b5277fe167f39f7029c713f0084513e8 0.00 MB 1 0
79,422 79,422 000000000041e790261032fecb2f2cc5a43e9160a8c23aa395892187ca2a8339 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.68 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,901.76 GB sent, 105.87 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.