Memory Pool Memory Pool Refreshing

32,029 transactions
18.40 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,627 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,829 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,626 (126,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
744,369 744,369 0000000000000000000611bf1c8140c9a6c2a5def927a3f623be527fe55de97a 0.96 MB 1,246 10
744,368 744,368 00000000000000000008c4e475be8ad3358c181c48025ddf9e19ac962a7c0686 0.11 MB 238 17
744,367 744,367 00000000000000000001f1b127211955b7ed2a39d9ee2ab532a6c489e6ef361b 0.93 MB 1,587 17
744,366 744,366 000000000000000000035bb87d4460559095afc14ae3aac7be4e9878e72b422a 0.09 MB 204 15
744,365 744,365 00000000000000000005b3fa6e16c46dce5acc6f4e22e2bacfe2b38c614c06ee 0.04 MB 79 14
744,364 744,364 00000000000000000006691a5fb4a590f4b5d00fdef1039dbc694956ad3cb214 0.34 MB 614 16
744,363 744,363 00000000000000000005486740c19ff8c0559d2c38f7dcec01fad9972d826399 1.50 MB 1,051 8
744,362 744,362 0000000000000000000156cdb4ecc1ed113c3711eef837b76408643cfb74aed1 0.55 MB 256 4
744,361 744,361 0000000000000000000304aa5b29b693d0527a5cbc113dc1b76f2bcd2b6afa0e 0.19 MB 67 10
744,360 744,360 00000000000000000004f5a31db16d9a1cea4fa5d8c6dea5b492648ab3755996 0.02 MB 46 15
744,359 744,359 000000000000000000054b8f8458e214893b91d90219ada0b719bb46ac164513 0.18 MB 138 7
744,358 744,358 00000000000000000001747d0b07c034ff1d7ebda2668c49a71a29ffb583def8 0.37 MB 212 6
744,357 744,357 000000000000000000003a133cd451368029c160394da34c558727820bb53ef7 0.83 MB 509 7
744,356 744,356 00000000000000000003cbcd1bab4dc16bc443aba7dd920c225848b2cc291fb4 1.32 MB 1,791 12
744,355 744,355 00000000000000000000d77359fe3f8fd9c03fad0f5566b6511b95ce3f841aa1 1.33 MB 2,365 22
744,354 744,354 000000000000000000034fea21d84b090edc3125ab5f40f040eba82917f71658 0.15 MB 360 20
744,353 744,353 000000000000000000077e5673737ebd534c4513e8a162f09740b89fc30c5ae2 0.07 MB 148 15
744,352 744,352 000000000000000000018a6cdcc73e987a294eae0e3218e7e52a429ff365cd4f 0.03 MB 74 15
744,351 744,351 00000000000000000008690c1c59b1a14cc2315b15ef4744be4774c12dc84ee3 0.74 MB 1,407 15
744,350 744,350 0000000000000000000345dc91ab758846d8f1e0bb90d68d97a8cde7b45ea032 0.02 MB 48 12
744,349 744,349 00000000000000000002a0d602c187fdee431c6eb1dc39f37b443d85db07518a 1.14 MB 1,210 11
Previous 10 blocks ↓
Total Size: 700.63 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,373.97 GB sent, 214.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.