Memory Pool Memory Pool Refreshing

6,827 transactions (2.79 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (824,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,150 84,150 00000000001b9eb76ab861a9766318b77a79001b4af77df604596d6d020d0880 0.00 MB 1 0
84,149 84,149 00000000002b9406cc5658c525c28b95109e757d65eb2d1828378d14d7b085a6 0.00 MB 2 0
84,148 84,148 000000000008fc1f6e4ea614f7290bc2939f10810c45b643f35b2ff19f02b279 0.00 MB 2 0
84,147 84,147 00000000001038e501ff50613b27f33f4199f9601e5069dc0efde2ab5c1f6d9a 0.00 MB 1 0
84,146 84,146 000000000014835372ead95c2c0bf9e892919a40c9f144b911e131d6f6e9808c 0.00 MB 2 0
84,145 84,145 000000000004829f8d0bd376194de8f4faa429bf554e549f3177a533538f3b08 0.00 MB 1 0
84,144 84,144 0000000000112b0eed04f8b825d74c0620b4c3150b97641d5b3485116ff47968 0.00 MB 1 0
84,143 84,143 000000000014a52997c64d2d599ed245f296d9f37b72c143efc4b4309408e624 0.00 MB 1 0
84,142 84,142 00000000001e5cc94150c3df01175a5f13810e7c0399606045963907b29001da 0.00 MB 1 0
84,141 84,141 0000000000069abde1ba659205303c92ea1ce25f1bd27797d9400b71509a383b 0.00 MB 1 0
84,140 84,140 00000000002a5f933dfc96c5810c8e7960cd4984ec8fe263e020cfa52148fb58 0.00 MB 1 0
84,139 84,139 00000000001093950c138ad58cdadb2ee7f81f86d89062538fc408dd09d4770e 0.00 MB 1 0
84,138 84,138 000000000011f6358c5c305d9998c974a66d3bce3dfdd84b151e88ff2d5a1c9f 0.00 MB 3 0
84,137 84,137 000000000010d875d08632cb7658ecdcebf81f44458302017253294a78e0e654 0.00 MB 3 0
84,136 84,136 00000000001ed1a1e4db805bfe93f8ab858b78c8600b8c84482c1a0fc7bc08fc 0.00 MB 3 0
84,135 84,135 000000000017407abab8460742cb5964d4c14dabd644ee8e736b94eedf361b74 0.00 MB 1 0
84,134 84,134 00000000001ab1ac9b1f1545a642d0b952b591c1bd85501824d8868cb346e2ba 0.00 MB 1 0
84,133 84,133 00000000002ef3fc1b396f491ea95c52ab660997c15d767d1c77f448ff8e4db1 0.00 MB 1 0
84,132 84,132 000000000009c70d98b7cc39cb9496a07964eb0985a54b920928eb077056bc91 0.00 MB 1 0
84,131 84,131 00000000001a0498daf9e2c24efe81dd0da8f6e8e3c7182ed8568f3dfa88d0c6 0.00 MB 2 0
84,130 84,130 00000000001785c98dbd1194a2cbfe41ed44c5ca2d2e969d113d4c86f59d61c9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.