Memory Pool Memory Pool Refreshing

23,175 transactions
37.11 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,145 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,139 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,144 (53,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,945 808,945 0000000000000000000022ba4b31d660911dd3e3c69b61d5cbe3a935dea6b833 1.87 MB 4,758 26
808,944 808,944 00000000000000000003542aa11e1e9deb98b8339502bc8f82603ba6f0a6e350 2.02 MB 5,754 26
808,943 808,943 00000000000000000004aea53a2f0f4a533c40d1ecc2f73672faa61c9a8c57f7 2.10 MB 6,298 26
808,942 808,942 000000000000000000019bdc772c326064eef17e6a9d5a17aae16c6307fde919 1.90 MB 5,572 27
808,941 808,941 0000000000000000000340615430b389522408f6d47178e66a5fccafa4559e83 1.55 MB 3,659 39
808,940 808,940 00000000000000000004e9daf2da5f7d1277a1d80e7d88070bc4d7066c827e83 1.58 MB 3,715 29
808,939 808,939 0000000000000000000268823af05330e2d59bcaad6d67d65a3dbc8cc40db49d 1.72 MB 4,257 27
808,938 808,938 00000000000000000001054de3011869a7cb3796be5cf7811f3d619a105dbe9f 1.69 MB 1,559 32
808,937 808,937 0000000000000000000266f2dc4e29045c6cf6fa611f4a71b02aa4248c3415fe 2.05 MB 6,469 25
808,936 808,936 00000000000000000002ede704c7664baefcdf41833f2df51361b83237f57f0d 1.65 MB 4,529 22
808,935 808,935 000000000000000000020e8ac16db7d383c60cc695602bb914d2d5146719fb2c 1.33 MB 2,082 38
808,934 808,934 0000000000000000000286acbad39855a63d922271a36c9cf634f08ffeb28a89 2.00 MB 6,351 27
808,933 808,933 00000000000000000001e6f24eae1ed09001350e2e400eff1eb5f5d52ad9daa2 1.44 MB 2,197 23
808,932 808,932 0000000000000000000132ec83a6ee12d888119bbc87490f1a5e9f9b13705046 1.48 MB 3,450 31
808,931 808,931 0000000000000000000374bc2388bf5a8898464d62fb26029da73c5e3033bf21 1.98 MB 6,156 28
808,930 808,930 00000000000000000001efa471af3f3606e9b9e604612f495b88c2851c4ea84a 1.93 MB 5,438 29
808,929 808,929 0000000000000000000244b9acdfa7c25389ecf0a2a2bd2f4073816aa55cfcca 1.30 MB 1,472 23
808,928 808,928 00000000000000000000296eb3252851a009cfa1a1d9ac3b75e641ef606c9326 1.90 MB 5,147 26
808,927 808,927 00000000000000000004164de234e2d5f0780c156ae6b215be548497fdef9fed 2.00 MB 6,345 26
808,926 808,926 0000000000000000000458b620d5e5e33c7269905da1dd70294861dd336da889 1.58 MB 2,782 24
808,925 808,925 00000000000000000000593908fa115a5391a95a2f47b52beecec46180e080c6 1.61 MB 3,571 32
Previous 10 blocks ↓
Total Size: 684.44 GB

Node Information

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