Memory Pool Memory Pool Refreshing

42,960 transactions
23.04 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,667 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,056 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,666 (123,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,226 746,226 000000000000000000027030495e42753afaa828b49cf6090ab601e9251dded5 1.40 MB 984 6
746,225 746,225 00000000000000000004c470d4e07d02397db9c7d2426a85a6cbc8cb30a06eb1 1.21 MB 1,570 10
746,224 746,224 0000000000000000000693c85c0f75aa17197daf2a7990e3a5fc8af38401421a 0.71 MB 920 5
746,223 746,223 000000000000000000000b90219b2426f00eee02cec55f71f313a7818399f4e4 1.20 MB 1,300 16
746,222 746,222 00000000000000000006b40c711015cb2f29240b1675a39a91024e61ec8c0e66 0.08 MB 189 17
746,221 746,221 00000000000000000003e3591f7535fe99e2ef7723cc64336e0f90e87c26f7ec 0.30 MB 439 15
746,220 746,220 00000000000000000005cabe02a7b695da9f190ab3f4c121b92d0cccfab5e281 0.20 MB 438 14
746,219 746,219 000000000000000000036abdf2fc5e12b9c8fb6892772fb718c7f2fdf8cedb2b 0.14 MB 204 12
746,218 746,218 00000000000000000004d5f1595b8aa20e3f78a25391aefa4cb4de45bb947318 0.13 MB 306 12
746,217 746,217 00000000000000000005ec0fc33bda74c938ba0edd41ec73757f5284f4c0aaca 0.89 MB 1,781 13
746,216 746,216 00000000000000000001f0620d694263589d358d3fb461b86285e346badb127f 0.65 MB 1,430 13
746,215 746,215 000000000000000000058bc4226fa7f7eaaef01fd151d7b31050bc819a9a4889 0.76 MB 733 5
746,214 746,214 00000000000000000006703a0b0e97c5fcf74323cc9e2faff2e4d805a064e2a9 1.75 MB 2,773 3
746,213 746,213 000000000000000000087560e113c346822773573ea2129db793a35d3a1f54ad 0.00 MB 1 0
746,212 746,212 000000000000000000031934bf8d39cfc6e4b26e6323a6d7a1e390998c11c3e1 1.47 MB 2,337 10
746,211 746,211 00000000000000000007d62079bf6ea4d8f21d32b2027f170225af9e983399b2 1.45 MB 3,387 22
746,210 746,210 00000000000000000002160f33893fac16cd3e9d2321a385511197d9cc1a75a3 1.34 MB 2,003 12
746,209 746,209 00000000000000000006efee0a626e08f2b588e27e0f1e608a4f04c6b049e4c8 1.45 MB 2,028 12
746,208 746,208 000000000000000000056f3719aab30f37877ba4e473c92cc3f7499f9a54297e 1.46 MB 1,853 19
746,207 746,207 000000000000000000066af96db2e52e16a95373c6bb78ae06baebfd18ab6728 1.06 MB 580 16
746,206 746,206 000000000000000000085a645b1265bad610b58e650a8a0e7e23c19b7c027998 1.49 MB 2,886 22
Previous 10 blocks ↓
Total Size: 698.83 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,100.49 GB sent, 202.94 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.