Memory Pool Memory Pool Refreshing

7,767 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (855,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,260 53,260 0000000011a14a73c3fbcb2fea5416cd15fa1400573c92effd4ba48d8efd42c9 0.00 MB 4 0
53,259 53,259 0000000011b03461da2c7415667988ae52a584fe9f3f86a64991ce32889a8b4a 0.00 MB 1 0
53,258 53,258 000000000d5e1352a1701acf1bc5a6b1b25337d6eb34657cd5d23be9a264b5bc 0.00 MB 3 0
53,257 53,257 0000000000794c3534d9e5f1d198c8b069c4a490cfa266441b624658f0c7582f 0.00 MB 3 0
53,256 53,256 000000000db105b5379e598d02769789bc41d9da283e2557008c40143eeb9156 0.00 MB 2 0
53,255 53,255 00000000080a0475223cbbc2da042d2e172b1de0f36fe464d72b99481e6871cf 0.00 MB 1 0
53,254 53,254 000000000769d691530735d4ec558c9857da83cd9767df80c2b44621649837b0 0.00 MB 2 0
53,253 53,253 000000000932c6b82ac19c2c20319d617c39215dc9e7846e17ea4c2d050f62b2 0.00 MB 2 0
53,252 53,252 000000000d5f7d659abec15efe167e565b997113b4bdc5ed485cfeb47a2268ac 0.00 MB 1 0
53,251 53,251 000000000b6fce10e23d0e20a7116991b5a6f93a4dbcdf66930ea834c6f9a7fc 0.00 MB 1 0
53,250 53,250 000000000d5867dca3cc39219b19ef579aee8e5904ee38abae7820170821e273 0.00 MB 1 0
53,249 53,249 0000000004f4e00b03224361b066e4dea82a67aec8bb69a2441eff900303565b 0.00 MB 1 0
53,248 53,248 000000000bbcdebf967c0f82088887ba29b71df49e3bf12f415054f84564e027 0.00 MB 2 0
53,247 53,247 0000000002a84f82ac66c8df646b2a71695d31f26c03ac71ef1770dd5aa302e7 0.00 MB 2 0
53,246 53,246 00000000114afd3fcf7ef49c83d0f977e338b6ded163abacf9aea5f0dd2a445d 0.00 MB 1 0
53,245 53,245 0000000014c8bd32b400e1f07d2f53a062596008a5950f9ac35ad5cea01de2d5 0.00 MB 1 0
53,244 53,244 000000000cc9efae5f70f0114f6df595723098c89acefb7a01e301e4c7313af7 0.00 MB 2 0
53,243 53,243 0000000006602009101e81ff2c4a9ac34a999538b6f8d9898f6d06d60ea9fede 0.00 MB 3 0
53,242 53,242 000000000243e83453f78fa8f5782dd0928b21b2737ede1d01ef0bb938f12aec 0.00 MB 1 0
53,241 53,241 00000000144edea36ef7447283433da7e162498060abdecd23a138d007cec60a 0.00 MB 6 0
53,240 53,240 0000000008460b851c796c744af0be4e3ed30fae020484c1ca79ceb0f735fb7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 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.