Memory Pool Memory Pool Refreshing

71,660 transactions
34.80 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,020 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 1,399 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,019 (394,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,637 478,637 000000000000000000102b57d98d471df579a4c65c9356907b9c1d39ef8f5c0a 0.99 MB 2,345 81
478,636 478,636 000000000000000001226f9c0b80f445953fe6a02df662be87510891847471cd 0.76 MB 1,400 72
478,635 478,635 000000000000000000e22cb647d83cce0cdf5d7092171a1c2406474ea55ce760 1.00 MB 530 29
478,634 478,634 0000000000000000012b0b1a6275b0032dc07d5bf22388b1b147325082d7a261 0.94 MB 380 7
478,633 478,633 000000000000000001059907358d46f5320636e5672a5eb8b35f6cbf41b00451 0.42 MB 911 101
478,632 478,632 0000000000000000013d4a2a26f0c2dc831546bf0ea5d0c5459365392bbf22ce 0.97 MB 441 20
478,631 478,631 000000000000000000564dd94aa9617929539f90634c5f61b59c83d515f31c91 0.98 MB 1,233 45
478,630 478,630 0000000000000000004ec70e11bcfee4fd0d7b22b457018aa231bbc57c5bc123 0.95 MB 531 23
478,629 478,629 000000000000000000c56ca62ecba1f2f96aaeb855df382931506471fc2a5b2e 0.71 MB 1,011 102
478,628 478,628 00000000000000000051d1aa408a0022d6db169a7eaa56cf5949d9801db6852e 0.99 MB 1,966 82
478,627 478,627 000000000000000000cfb0e875772aab2dfc8bf013638dd370b7f1d5b6b93b9d 0.98 MB 876 33
478,626 478,626 0000000000000000006227ad41eee6c4b446a925e3718b35f84e3c2b3a7303aa 0.54 MB 946 105
478,625 478,625 0000000000000000009cfbb85a6a4752152ca40c51a50d91d533aa2385db0302 0.99 MB 404 7
478,624 478,624 0000000000000000001998b295088e7e3b3c0e92c5d718d7abb1f02535e9bd32 1.00 MB 2,086 55
478,623 478,623 000000000000000000381ad0807fb09a2718a5462717169f55dda0f3d8340392 1.00 MB 1,512 144
478,622 478,622 0000000000000000013f064119287d85bdf690df38b2b1776cd698c3436a4d38 1.00 MB 667 15
478,621 478,621 000000000000000000db39150b6069aea9716d53328c14a20c2171443b22b306 1.00 MB 2,278 48
478,620 478,620 00000000000000000094b1bf655a0ffa21d4dc93c897a5d5e27fd96329221c4e 1.00 MB 1,985 95
478,619 478,619 00000000000000000009bfb86b2354dc4760e49a80d7768a9353e7de58484e0e 1.00 MB 2,078 75
478,618 478,618 000000000000000000711b744572fc229e3199b54afd1b1feffec0527eba6e73 1.00 MB 2,133 63
478,617 478,617 0000000000000000002c3d4dfd565ef863ffba9d457448d605f397f0d10b21d2 1.00 MB 1,715 145
Previous 10 blocks ↓
Total Size: 705.08 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,665.22 GB sent, 245.00 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.