Memory Pool Memory Pool Refreshing

2,301 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,265 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (823,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,816 84,816 000000000003e4ac89f2ddfd793a37d7ba16c47f21f2cd915e0d3e328e13c89a 0.00 MB 1 0
84,815 84,815 00000000001eebdc69ecc3e01b2d5fbd2f17353fc573eaac21f14405f36544d3 0.00 MB 1 0
84,814 84,814 0000000000229b921013cdc369c8b8c4d0f1375abd86d12acf334dcf913ef1b3 0.00 MB 2 0
84,813 84,813 00000000002b57202d7d9057ae46d7d9c8249904fba76e2388bee8bcaf58c989 0.00 MB 1 0
84,812 84,812 0000000000134ac2ffcb4f88320f46985b140202386d41549a1a0529fe8b74d0 0.00 MB 1 0
84,811 84,811 000000000028f5abe63b05d838ee6552a9f50545c6c207c54681a2990faf9a47 0.00 MB 1 0
84,810 84,810 00000000001d41f5be8f1c1b497a892a8813e2189c5bfa78508e147c2432d1b6 0.00 MB 1 0
84,809 84,809 00000000001a96e80d7b0815fbf67474c8e3cb53adda96be1e64bb070cc50e46 0.00 MB 1 0
84,808 84,808 00000000001ac54834fb7267321b0b013946ca41d710eeb22e1ade1d15bb27e3 0.00 MB 1 0
84,807 84,807 00000000002b37c7df33b809a7711ac3574d535048e7ff907fa7399316424193 0.00 MB 1 0
84,806 84,806 000000000017944ea97842f9945ccec30ef8753a6c57002419ef52ae21a3f9b7 0.00 MB 2 0
84,805 84,805 00000000001bdd4bdd064b97eb5985c0e3773cd3565af03b56e8b512e4a5fa22 0.00 MB 1 0
84,804 84,804 00000000001c48750d3d1ea5d17cdf46e3d4d88dd13fbe2727178d2e7d1c8b75 0.00 MB 2 0
84,803 84,803 00000000001d4a040b298af0760ec675d3c3c7d916af89e583de089ef87912b7 0.00 MB 2 0
84,802 84,802 00000000001b2685620120cb38807bf8f20ffb642eda2dda691588bbf06301d8 0.00 MB 1 0
84,801 84,801 000000000005f7622f582dea3b3e0dff27908222c8c2bf21812dfe77c00a48fb 0.00 MB 1 0
84,800 84,800 0000000000183b52d7f51815e410b076a34127528f2b3e37160f12d717241404 0.00 MB 1 0
84,799 84,799 0000000000044a5cd9149f5ad60e5617d2a47cc0a08214dd4edd7784054dd2d8 0.00 MB 2 0
84,798 84,798 00000000001a6e3b6399af685c6b6eb2debc7b189d3d5ced6f2547aa5f746069 0.00 MB 1 0
84,797 84,797 0000000000036397d057d69b29d4308f6056649319bd791191b5403ac9eb7c97 0.00 MB 1 0
84,796 84,796 00000000002cfc1260018c034b6761b7b676b1ed267f8f0abc2649da3f36f662 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.