Memory Pool Memory Pool Refreshing

44,369 transactions
17.28 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,033 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 4,315 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,032 (93 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,939 866,939 00000000000000000002bc6d8600ca0a535d7553f4e69b21e5838056055151af 1.52 MB 6,453 15
866,938 866,938 000000000000000000024582446dca7258d25ac2e09841e806c053e1de924abb 1.59 MB 6,648 14
866,937 866,937 000000000000000000016cbc32f2adb2d3230a02e028c40e5bd0b6d86e24ffea 1.51 MB 6,734 14
866,936 866,936 000000000000000000001631200e15c38d61398e3d86f1d94aad9ad62558116e 1.63 MB 3,139 18
866,935 866,935 00000000000000000000300830c9b653b120aec821a1958dda9a7c5a10fc963f 1.51 MB 6,663 14
866,934 866,934 00000000000000000000618327ff2e93a6633eb84ba5c8566f0efa11065939a3 1.52 MB 4,846 17
866,933 866,933 00000000000000000000d350e19e6f6d81bca0a55c8af4f1feb9b4b2db8a33e4 1.44 MB 5,703 15
866,932 866,932 0000000000000000000061adba6746690d198a99355be1cb1e3f776f1265d1c2 1.58 MB 3,179 18
866,931 866,931 00000000000000000002d1071bec6b59eb1aa587b521a67a33d0c1dfd2bc5880 1.56 MB 6,806 13
866,930 866,930 00000000000000000001a9bc45ceb89f023b24f3a14b4f584abaa271f3e988f8 1.64 MB 6,280 13
866,929 866,929 000000000000000000020f72fb63cedf385443086c0ec57039dd591506479594 1.56 MB 7,280 14
866,928 866,928 0000000000000000000060930fb97b084bf09b8e841c8959938a0a79fb4d4a13 1.49 MB 6,259 15
866,927 866,927 00000000000000000000bb087bedbcacc3875d8d5399a2a6c12762344d791c0e 1.46 MB 6,969 15
866,926 866,926 0000000000000000000152a99b59d38b67e5722a4499a7f06e23df9f9fee7d39 1.59 MB 5,827 17
866,925 866,925 000000000000000000016ccc41846f49a41a417183013a743aacb1fe48f12ed0 1.56 MB 5,367 16
866,924 866,924 00000000000000000000ea430ace4b76a79d22cf8177b86527257c8fd5e3fa93 1.61 MB 3,873 20
866,923 866,923 00000000000000000001c6320854b99ae294f2c9a47636cb5657806414e722ee 1.62 MB 3,829 19
866,922 866,922 00000000000000000000199cf981606d292062e84f81db1d8cf1d6b3f37cc22d 1.54 MB 6,956 13
866,921 866,921 000000000000000000015dd863aec523c7624ba0fe4723a19517a5ad1da43c94 1.58 MB 6,506 16
866,920 866,920 00000000000000000001c1c73f5dade216ec50475d7d33b1ec1f3a99dc95a03c 1.52 MB 4,134 17
866,919 866,919 0000000000000000000050e4432a047643c29da76005448fe4bcb96831b70441 1.51 MB 4,059 20
Previous 10 blocks ↓
Total Size: 693.66 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,890.06 GB sent, 170.17 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.