Memory Pool Memory Pool Refreshing

92,775 transactions
25.36 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,370 00000000000000000003255b0000000000000000000000000000000000000000 ago 1.00 vMB 5,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,369 (674,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,395 185,395 00000000000002ea644888e0646f19f851a02a2986ff52d3f0dad66953a776e7 0.00 MB 11 66
185,394 185,394 0000000000000063503a372b4d31e6da59dcc2a3d45774871ac785dfe3bfa2d4 0.00 MB 12 47
185,393 185,393 00000000000008a102bbf978475d792f46786d95b17117bade709e5b13a2870d 0.06 MB 166 47
185,392 185,392 000000000000069ccbee369e7b4df58d8de09cfb45c675eb5a7261a88af0d381 0.06 MB 119 230
185,391 185,391 00000000000008aff94f339e3787b3c7605ad4474fdf830d39b87fd60db4551d 0.24 MB 415 108
185,390 185,390 000000000000075de4b203c697a53a2942a3ce12547251989b57aedbc80dee37 0.25 MB 395 109
185,389 185,389 000000000000015be6c36d1c43f62eba63c7da831febf3c473a1ceb96bcdf79c 0.05 MB 145 128
185,388 185,388 00000000000006769c4f7f89710e4805e59ae9b461618774b695d12e4e8cb1d1 0.09 MB 256 126
185,387 185,387 0000000000000776b12565501a1cf45de4efd3cff4925fabe7b47030ae784964 0.42 MB 720 119
185,386 185,386 00000000000006c27f582d61bcca72fc668344f24635eb089866701f232c7623 0.00 MB 11 165
185,385 185,385 0000000000000591856466f809c8ae338835b47eca148942906a213858e94f5d 0.15 MB 375 129
185,384 185,384 00000000000001123a3bd09636893a13c2364b0287d55b966ba4f38b83aa794d 0.02 MB 61 30
185,383 185,383 00000000000005a3fb25e103cf0dda98813e8bba6e22e5e4515bcfb57ba9fbd9 0.25 MB 370 86
185,382 185,382 000000000000005716b66cce0f22d01fbecb189fc4c85499e902022b83f32347 0.25 MB 694 141
185,381 185,381 0000000000000a80229fdd1a0844759841abf7991ef0b37b79884e661faa234b 0.25 MB 446 124
185,380 185,380 00000000000002f953429ffbba7de62fb2dba1e13899baab0b9a24fb749586cd 0.08 MB 283 15
185,379 185,379 00000000000003fee96646f7da0b496c8aac45f5a38ef0c3df1807f02640bae7 0.25 MB 535 121
185,378 185,378 000000000000049f2b8dbae4f1ef4912e17cb09e24cbc4d378fb8910be8a085d 0.25 MB 582 130
185,377 185,377 00000000000003358554d0a3d6464e319bc429af0f7fd720835e1b31b4e9200b 0.05 MB 148 4
185,376 185,376 0000000000000424b9126a0c170dffd161636f0d9c344a621a53423adb5bbff5 0.04 MB 115 67
185,375 185,375 00000000000005e2f73b2722cb5e69aedf0528233b738950f00ab58a2b86fb37 0.25 MB 437 313
Previous 10 blocks ↓
Total Size: 681.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,123.90 GB sent, 75.14 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.