Memory Pool Memory Pool Refreshing

41,728 transactions
31.93 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,195 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,194 (146,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
715,274 715,274 00000000000000000009c97acc47e8e0e05363ba2879d57c9070b0c8f9532101 2.22 MB 1,590 6
715,273 715,273 000000000000000000086c80b5bdf4fafc70db66cf89f7d1394ba108deef0ede 1.43 MB 3,200 23
715,272 715,272 00000000000000000002902573389d63ed6556c9c418c3b31cce55158d171c0c 1.47 MB 3,290 15
715,271 715,271 000000000000000000050231c9a9c8e3953872483b84346fc122cb5dad14acc7 0.10 MB 211 11
715,270 715,270 0000000000000000000adec41a964e9b33692acd291033d6e3c919cf309f2d5a 0.50 MB 937 8
715,269 715,269 00000000000000000000940055a4f715e6fa81b335a09e1019d8c230a313e3cb 0.94 MB 1,212 14
715,268 715,268 0000000000000000000469a329b1d4e8a62b715437b950cedbaac9e1eac7aa12 1.28 MB 2,259 12
715,267 715,267 0000000000000000000b0b126f49a2329484052fe08be86488c67804e372bd78 1.48 MB 2,704 6
715,266 715,266 0000000000000000000b24e018998e0aceea9186c7e85e79aae34ffba017cdc7 1.56 MB 2,791 14
715,265 715,265 000000000000000000010c330dcd33351d1dda973824560eb40eaf18103f7cd4 1.69 MB 1,109 2
715,264 715,264 0000000000000000000422a32baa5c4ba1c60069b430d2ecfd4db482f8dbc164 1.49 MB 1,646 7
715,263 715,263 000000000000000000047361efd8893b2e5c4be75498fde446c2cdf3c5a370e3 1.80 MB 399 1
715,262 715,262 00000000000000000008c805d591273dbb82794c1555bcbbe3a4f214e4fbf714 1.62 MB 2,026 6
715,261 715,261 000000000000000000063b75ad33704f2d6566bda838bfb69740be80b7e5c633 1.62 MB 2,040 9
715,260 715,260 0000000000000000000514dc1c16015f1937277ea2797c43b602f55f2ecbdc62 1.72 MB 1,491 5
715,259 715,259 000000000000000000007ebec6e904198e374d82a633b45a9add2654b13a24e3 1.53 MB 2,440 6
715,258 715,258 00000000000000000008a57c0de833836f9ea02af1eec4558a431a2ebe247185 1.38 MB 2,434 14
715,257 715,257 00000000000000000007b3ffaa7d0f8d8e707a4ee62b59d26562079330348a10 1.51 MB 3,257 16
715,256 715,256 000000000000000000062488cedc2c318f24cb2d74d2f08a7f61f18407972619 1.81 MB 850 1
715,255 715,255 00000000000000000001558f46332e0f211104d18d84577fa000a75310cefd16 1.68 MB 1,379 2
715,254 715,254 000000000000000000081f63af38ac2c222f133e4aaaf45b5125e20afbade645 1.47 MB 3,243 6
Previous 10 blocks ↓
Total Size: 684.53 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,354.05 GB sent, 101.71 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.