Memory Pool Memory Pool Refreshing

77,861 transactions
32.31 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,230 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,922 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,229 (199,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,398 672,398 00000000000000000007fb9933d14aa3a9088961498239cbdb0766ea7055e233 1.17 MB 1,122 20
672,397 672,397 0000000000000000000a178b4f8f904b583e03cc8d2d72f29d3ec26be35570db 1.16 MB 1,610 49
672,396 672,396 0000000000000000000b0bf1b65fe0e7a36c2403c5029de78770994f29bbe6f8 1.08 MB 1,949 35
672,395 672,395 000000000000000000043827506644e775326b9794296aa82b0bc521fb66a502 1.20 MB 2,303 44
672,394 672,394 000000000000000000004028b60952630995cc8f62e8186680bce9cde186f6ff 1.30 MB 3,072 71
672,393 672,393 00000000000000000005c1db299bd5b32246829524b18dd797ff35d6ccfa4536 1.07 MB 664 133
672,392 672,392 00000000000000000000f4824bf78b7a315a425e9d5608c0307f4fc626da26b7 1.29 MB 2,739 69
672,391 672,391 00000000000000000002323c5af0b611daaeb34cdd29344a40a19ee99febe9fd 1.30 MB 2,590 57
672,390 672,390 0000000000000000000bdadafad18893cb0fc72c7372797005c8da8642a8d453 1.37 MB 3,063 124
672,389 672,389 000000000000000000023efd8dc84c6793922c53aa0d8cf13ddc6c5f0f9b5226 1.11 MB 992 29
672,388 672,388 0000000000000000000ae2562b7351210584deb566a4d8b28e57f11fff4703eb 1.11 MB 1,770 33
672,387 672,387 00000000000000000002d6b78caeb2ad79d253d93351bbb8fa32899625149993 1.31 MB 2,679 77
672,386 672,386 0000000000000000000c86ae3329d954736c07b82584171e9092e59231aed9dc 1.28 MB 2,774 93
672,385 672,385 00000000000000000002917c5cda32b5a054d284eaf119ac43bbec91693cb569 1.34 MB 1,580 38
672,384 672,384 00000000000000000005526f454c7ec6290a56a29a24c25ce2f0afd5bdd92583 1.28 MB 1,368 26
672,383 672,383 000000000000000000010306ac5eab001279d5d8ccce90c3adb4727e1398d275 1.21 MB 1,599 53
672,382 672,382 0000000000000000000481f2eddec02446e4418b84ded7d2da9a118513166355 1.30 MB 1,550 39
672,381 672,381 0000000000000000000374f61b82714c7309857a0456d486aeacd161a6a82413 1.22 MB 1,018 81
672,380 672,380 0000000000000000000cb56cd4723347e3649eac488ab6f6b0fe72f11abd3c2a 1.33 MB 1,975 68
672,379 672,379 00000000000000000006338ec38d4489e0940d5916b450fe2f83f1ba5360dcde 1.26 MB 1,470 35
672,378 672,378 000000000000000000026c54d564c261acd383f20599c9cff4d40a2fa9582359 1.38 MB 2,518 86
Previous 10 blocks ↓
Total Size: 703.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,613.20 GB sent, 235.65 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.