Memory Pool Memory Pool Refreshing

20,389 transactions (4.94 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,154 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,243 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,153 (817,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,146 92,146 00000000000cbdb234720d65bc2da4e4e2ec71e7ef58504764cfafd7c9072b26 0.00 MB 3 0
92,145 92,145 00000000000409d8f2e2e062ed4846a47dd0cc37cd29ccf50c80ae8e2cfc2942 0.05 MB 208 0
92,144 92,144 00000000000af2fe8f68c507bde8399fd777f1778d2b08be4a78ca9edefce229 0.03 MB 152 0
92,143 92,143 000000000003ad1e0186eca4049f5fc7c8ff2e409e268da5bfdd995d388c3426 0.00 MB 3 0
92,142 92,142 00000000000868fe4531f143fa2552931475a2f1d3731bcb0a05f0b84a446748 0.00 MB 5 0
92,141 92,141 00000000000a8a8b35a889c66b3af269377f520ed6d3b3ab478eb02f7b9a94ce 0.00 MB 2 0
92,140 92,140 000000000007176668646146fe70928104833c1a4885a6f1d77d5e3e60b9494a 0.00 MB 1 0
92,139 92,139 00000000000874b5360beb52a7e5d6c46d06c699333344047d6d04aa770f0193 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.83 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,965.71 GB sent, 106.79 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.