Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,016 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 3,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,015 (876,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,212 32,212 00000000cecbcae7b2afd765a4fc9e3f93fd7fb398225e155833aa5f79a6fb73 0.00 MB 1 0
32,211 32,211 000000002d7ead28f4bb933847a46d0d5e730ce42f43826e33612f98434f4953 0.00 MB 1 0
32,210 32,210 000000002bd851506d10ef1ed4ca859410175cfef2d836847bdedde71953b095 0.00 MB 1 0
32,209 32,209 0000000005563cee9a3c9094e4419bc3929e6bc6624d68d24ef911b4242020a8 0.00 MB 1 0
32,208 32,208 000000005b85944d2591ca20892c01f72f4a4a4c7a124c23ccd3ca77110beb66 0.00 MB 1 0
32,207 32,207 000000001c19a18a3c86cc966adf14c353164a08234c8023064bdd927c4d192d 0.00 MB 1 0
32,206 32,206 00000000568835b7e7a3a37b8df07a68084dce09973c631bdd366de03e8e08fd 0.00 MB 1 0
32,205 32,205 00000000a4c9318b644857c6f0638d2eafb36f7ef37f925a5898c2833f897bff 0.00 MB 1 0
32,204 32,204 00000000a0ce5ed0a4b215bec458ebb555721b5c222f1e31c5e6a8fdd358e2b6 0.00 MB 1 0
32,203 32,203 0000000099f07de52dc4a3e265b6e0cf91fb1054b6b32787f9b2d312c6ec2f66 0.00 MB 1 0
32,202 32,202 000000005bcbaefc35f094d72b99e36349652aafaafd67293075a5b5c759c51d 0.00 MB 1 0
32,201 32,201 000000002b321cac0f4d1e022eb3359e76421a0154b0b3a542eee64fc692661c 0.00 MB 1 0
32,200 32,200 00000000f8d145bb69e3f55289662eb8d081eefed4295df6ed0eee5797a22b07 0.00 MB 1 0
32,199 32,199 000000005486b776fffc128530b2a79d55054e7edaa38667719fe36d2fc8bf25 0.00 MB 1 0
32,198 32,198 00000000bee376196ac5662470a3abc0dd57c861d0cb843b60da454d69d5a9e4 0.00 MB 1 0
32,197 32,197 00000000003e1423e5539f6ae106e82aa821e47db25a522a694ebb6d66052fea 0.00 MB 1 0
32,196 32,196 000000001209e54a43082597250262c767b47f9315eacf53b52d782b08245bf3 0.00 MB 1 0
32,195 32,195 000000009d79c65cede746a6d5f447ef5be704dacda83d33edff8585c9083757 0.00 MB 1 0
32,194 32,194 00000000eff6a6a7401ecfaa6e5d588cf83876ba03ddc99f592797abc1938175 0.00 MB 1 0
32,193 32,193 00000000e100fd7c92c219489b1ccc616be09b4b78c8d1c04978fb89c88c0d6e 0.00 MB 1 0
32,192 32,192 000000003cff43b1cc5b639ca0337995aa5bfbea81bbf51cc57fd06804a67d3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.36 GB sent, 105.32 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.