Memory Pool Memory Pool Refreshing

52,283 transactions
21.10 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,388 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,215 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,387 (733,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
137,045 137,045 0000000000000829a10a399de168c8330244c3fd5a81e4c091e5f00c028a39da 0.04 MB 83 412
137,044 137,044 00000000000007276a692da893da8d9351e67748f58750fbaddc9ba0b7fd841e 0.03 MB 53 2,608
137,043 137,043 0000000000000939c52ddf0e1dc8fad67e9d52e014d1f0a635c3925128a23ec6 0.05 MB 132 241
137,042 137,042 00000000000007681e41481e2b35e9e4d1e54dad2ad2b7cef9acf6cd5b476b7a 0.02 MB 38 259
137,041 137,041 00000000000003d3dc2fb54a69e3d9e61218f2db403d8242de26fc00889a596b 0.03 MB 69 133
137,040 137,040 00000000000007ad4e23047220be05a123f904f139a46c0de4d7adf9c2a50c94 0.04 MB 71 95
137,039 137,039 00000000000004107055960a91be5254062ff196d3bc6268c0413449a77785d1 0.03 MB 37 197
137,038 137,038 0000000000000959ede34bad5859376b258a5977b4d7de4c4bb82d607d55da32 0.00 MB 5 48
137,037 137,037 000000000000019161c32681667909bc9a126f4a7eb04b70948e03e9514ddfb7 0.01 MB 22 159
137,036 137,036 0000000000000595a4f4f54103abe62cef07f94a307a90c264c5879417a5e297 0.04 MB 103 205
137,035 137,035 0000000000000a27c5bc3ad3a9337116e65a400473e07ba40770539fb7c44e1f 0.01 MB 13 294
137,034 137,034 0000000000000876b88e936e9afb3ae1db8ea9af4dac1fae4264802df1199d29 0.02 MB 85 324
137,033 137,033 0000000000000548ac0a9ebdd1e5f87be6c20fd7e4d5ea1d2a34e44bdd43c5c3 0.01 MB 12 195
137,032 137,032 000000000000030a6a2be0a6361c4d9a31ed6effddec11c4826a7fe0418cd4b4 0.00 MB 10 287
137,031 137,031 00000000000000debb2247cb58ad465aebb64af6127519dc3a4799b76b956972 0.01 MB 22 167
137,030 137,030 00000000000006d8cd5960747ca4cb6c83a88a0491f233c8203d9cbee68cec88 0.02 MB 13 91
137,029 137,029 000000000000084138af40c9459bc8e946c63e7d6d51d5fa8daed77c40f1980d 0.02 MB 35 89
137,028 137,028 00000000000005968e555c796aded7742da1b4e9b17aa9198c7c119c92eaa5a7 0.01 MB 18 531
137,027 137,027 00000000000000a05de7cc7d0b5bbb19786f45fdb9983eec1eef15505bf487d5 0.04 MB 105 126
137,026 137,026 00000000000009018dc6e86e8aff06417b8bc857fe65fe9ca43667c14a29fb43 0.00 MB 12 246
137,025 137,025 000000000000046931fb6c36fb9d546406c3d6be7a29dafed7112529f0ff48f5 0.01 MB 9 188
Previous 10 blocks ↓
Total Size: 700.18 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: 2,257.46 GB sent, 211.47 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.