Memory Pool Memory Pool Refreshing

74,491 transactions
27.22 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,591 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,590 (107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,483 866,483 00000000000000000000d13bdb526ee5db049ef3ddd2f87388752bdd42249340 1.52 MB 5,850 10
866,482 866,482 0000000000000000000061fd3a7a416710dbc3981023161437c6a9efa57f1c68 1.60 MB 3,919 9
866,481 866,481 00000000000000000002e15e5d7b14108e9fb5ad6058a46154de226ab075240d 1.62 MB 2,990 12
866,480 866,480 00000000000000000001d6111881e25d53b468f858511ceb9be8347730bf6738 2.32 MB 2,631 6
866,479 866,479 000000000000000000011f23a008757d68f6392394eda430c4980f17f770c308 1.80 MB 3,097 5
866,478 866,478 00000000000000000002e366b5cd87acb7611709d67b3e6bd7519298024b07fb 1.47 MB 3,395 6
866,477 866,477 00000000000000000002efaca35867985689eb8a7aa6d0ba82a2a81abc8ac3ea 1.57 MB 4,728 12
866,476 866,476 00000000000000000001401b9615fa3da73def79391311f390ce920c146f9e38 2.03 MB 1,739 5
866,475 866,475 000000000000000000015749d79322431ec6b35136244092983f0eafaff1fd0d 1.53 MB 5,106 8
866,474 866,474 00000000000000000002726242426f4a3c82d8a8f71123f3bf79edb91785ee68 1.53 MB 4,922 8
866,473 866,473 000000000000000000016b9141ab622b846f15ceedf07467657a525fceda4185 1.37 MB 1,730 2
866,472 866,472 00000000000000000000ca65c1e72d8bb1832184a171c2924a8cdcbcf45009b2 1.50 MB 4,569 4
866,471 866,471 00000000000000000001532d727a73d8a40c8ffb628d4b936f494155ce96c9e3 1.55 MB 5,075 6
866,470 866,470 0000000000000000000172427f4194e179c625c23a4c2f67ad7ee029f4aedc89 1.52 MB 5,147 7
866,469 866,469 000000000000000000007ec60a059c17e7ea43e39a7f43bceced2719397a118c 1.76 MB 906 2
866,468 866,468 00000000000000000002106901e76036a68e152c952dd0b99ef9e4a883d25a1a 1.67 MB 4,315 5
866,467 866,467 000000000000000000013da422ec507e7446337d0aee9abb5b605dbfe1246c4c 1.89 MB 2,326 2
866,466 866,466 00000000000000000002a14c88f30bd8cfebed1e5ee268ce24e08f9e0040313a 1.72 MB 3,750 2
866,465 866,465 00000000000000000000694570fd67f591bd99c1190e6335e87e0510a7ae6f87 1.58 MB 4,338 5
866,464 866,464 00000000000000000001667eb079f7057e20912c42b5986ab8627a9d215c0eb1 1.80 MB 3,753 2
866,463 866,463 00000000000000000002cd4e25d21dfea9f027acbadb9fe04193121c752e0899 1.48 MB 3,613 4
Previous 10 blocks ↓
Total Size: 692.84 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,857.62 GB sent, 163.31 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.