Memory Pool Memory Pool Refreshing

64,260 transactions
26.01 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,521 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,644 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,520 (158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,362 866,362 000000000000000000021406fd3f1ef983154842244c3ed95fb3c13c13b6c6e3 2.10 MB 2,936 7
866,361 866,361 00000000000000000000183fbe02de43b31e78dd2a9e91bfa1425e627223e4a3 1.52 MB 4,263 10
866,360 866,360 0000000000000000000129c05611bfe0ead15ae6b394d338af615db52bac1db7 1.50 MB 5,104 14
866,359 866,359 00000000000000000002e43ce11c0031049c6d7836263dc8dc9080d3558b9833 1.55 MB 4,477 11
866,358 866,358 00000000000000000000bc367f923af964f0e66d273ea732d7bf69060986745f 1.50 MB 5,924 19
866,357 866,357 00000000000000000000eccda48ba0511d37699a767a165196fab74df247e74a 1.44 MB 6,389 27
866,356 866,356 00000000000000000002b4f7f2d7cfb0154c3f956c46291cd4f06b86002ef621 1.45 MB 6,761 17
866,355 866,355 000000000000000000010f3e5b7ea4135c7cd39af149a5c87298d6b2b178bba8 2.32 MB 830 3
866,354 866,354 0000000000000000000108c35d74b750b0c80c1e42800f1b8fc6cb5fd2cc7019 1.84 MB 4,334 3
866,353 866,353 000000000000000000003e30e54af1b44f69884dcc66a67f397bae6796f125d7 1.50 MB 4,230 7
866,352 866,352 000000000000000000004846d241b8793b8f58f3675aeb7fdc82a848da8a4fc5 1.51 MB 3,767 7
866,351 866,351 00000000000000000000a1f94328e886ccf6da5614a06f42175aa24febbf0a8b 1.61 MB 3,324 10
866,350 866,350 00000000000000000001dd1180c3d9f6c02d92d35b0da75adee403707b9183bc 1.88 MB 4,390 6
866,349 866,349 00000000000000000000ce7dc5fc983bb9d246879e03bc8151c0d9079de139ac 2.06 MB 2,390 9
866,348 866,348 00000000000000000002830f07844b1a824ac57e40632ff4661c68ec652f12ca 1.60 MB 3,088 15
866,347 866,347 000000000000000000013b930ab57ba843b93676d2201d431a61ecadc6b10025 1.49 MB 5,387 7
866,346 866,346 0000000000000000000008b3da147990bb691b2bac45a2aa41bd34051c20f642 1.47 MB 3,849 7
866,345 866,345 0000000000000000000138adda928f351b7838e4de634dab98adf48c6023d120 1.61 MB 5,205 6
866,344 866,344 000000000000000000030ebd8226f0f0aade540be9214f14e4f443cc6230fce2 1.58 MB 4,633 7
866,343 866,343 00000000000000000000f20dad15879fc3a804aba0e2c5331af19c596b3d2d3e 1.54 MB 4,340 9
866,342 866,342 000000000000000000014ce9ba7c6760053c3c82ce6ab43d60afb101d3c8f1f1 1.58 MB 4,864 5
Previous 10 blocks ↓
Total Size: 692.72 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,854.18 GB sent, 162.25 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.