Memory Pool Memory Pool Refreshing

1,039 transactions (0.28 vMB)
  • 1 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,122 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (816,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,138 92,138 00000000000de31ef440b555c7cd7edbbdd190628e35bec7b24efcbe43e12027 0.00 MB 1 0
92,137 92,137 000000000008785502ae1e4d268738f9cc36034b3c5f24955805b94be32c589f 0.00 MB 1 0
92,136 92,136 00000000000af334ea6b6ea86da040e21724e6931827cbf20a1e09da5359f337 0.00 MB 2 0
92,135 92,135 00000000000bea34bf671bb5077844f1b23a6a9e28d8f20daa0197517d6df1e7 0.00 MB 1 0
92,134 92,134 0000000000040f4c9eb471fa3b114bf98984726249c45dc7165afed2a97f6092 0.01 MB 27 0
92,133 92,133 000000000007f539e237beff272cbaf504251a997b41f5f5d5aada2be6f35912 0.00 MB 1 0
92,132 92,132 000000000006a5a6f6f4ed01275a8b79174fa1f36518873f5f4a490cdd8464be 0.00 MB 2 0
92,131 92,131 000000000004f436212c5f43c2188d78259126819be27630a9347d89bab95ab6 0.00 MB 1 0
92,130 92,130 00000000000a3498cd7f002696f38bd941910ca217813cad122ad1c9e52052b2 0.00 MB 2 0
92,129 92,129 000000000007e968ba08e03c77dda51a2fd4828f1ba4456d3de81db5f4ea75cc 0.00 MB 1 0
92,128 92,128 00000000000b73ce8d1df77268174f8229c1ee37dc6a3277aca1148eaf16066c 0.00 MB 2 0
92,127 92,127 00000000000b866c6fd10e0ae1ae829caa50fac3a739e7ba6325fce3e066499b 0.00 MB 5 0
92,126 92,126 00000000000243e4935045311459cfa9563fb8f91c03e3c1a7357337566d5928 0.00 MB 2 0
92,125 92,125 000000000007a5a629e6cc45d7782b99faac2b4ced6be9cbd4b1de84fd0d810f 0.00 MB 1 0
92,124 92,124 00000000000de315aeda6994335f922da75d127ff9b677fcffd8cd9236e757fc 0.00 MB 2 0
92,123 92,123 000000000003e5ad7cdee4c34b6aa45b3fbb0175a58ebc31d652837f7efa862a 0.00 MB 1 0
92,122 92,122 000000000008f1bfbec913f31bfbdf3d3d8c43282b0c3524ee622b5c499fae24 0.00 MB 1 0
92,121 92,121 0000000000072e2d99c01a24f0790aa56cb44c2806f1e41b1e45aa442112c838 0.00 MB 2 0
92,120 92,120 0000000000017d47c8346669d37c32000928305135dfba5d99f6d798a34013be 0.00 MB 1 0
92,119 92,119 00000000000af46daff11115dfa69cee1997b2dd825ef98b44f0f94c01049359 0.00 MB 5 0
92,118 92,118 0000000000044c6f6b8920a00406d0d44cb07ad510f047bd1abc025f8b34c232 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.77 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,930.48 GB sent, 106.39 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.