Memory Pool Memory Pool Refreshing

67,293 transactions
33.74 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,431 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 4,195 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,430 (628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,802 873,802 000000000000000000005c06a8a4a71ba24a67a254f5775a2f803fec774ab230 1.67 MB 4,297 11
873,801 873,801 000000000000000000010000c1ebad70198326d180a7c9765e0a7db4aa4f31f6 1.78 MB 5,032 14
873,800 873,800 0000000000000000000152945b169c0a359d586053ff4a4d175f48d5d50f3a77 1.70 MB 4,398 14
873,799 873,799 00000000000000000000595840441a230c2849b0e65a7503229e37cf7dad9263 1.77 MB 4,923 19
873,798 873,798 000000000000000000029ebc06349abc1bb50ee092b3c35a28bb31b24f8f5caf 1.69 MB 4,545 23
873,797 873,797 0000000000000000000135a6d849321334a21fe568a7fffc59391166aa032da4 1.51 MB 2,790 9
873,796 873,796 000000000000000000019eb345170ec397673008189c4d85a59ebcf5953c0ea3 1.68 MB 4,042 11
873,795 873,795 000000000000000000007c204fbe879fdd8c46cedbd8a9a91cf71d675feab0af 1.65 MB 3,921 13
873,794 873,794 00000000000000000001cd6038260d351d30a488636d96b5549755420b9e8dc4 1.29 MB 1,757 8
873,793 873,793 00000000000000000001d97aef4b2d1b1692c549f7e51c288264e525b5be9384 1.48 MB 2,858 10
873,792 873,792 00000000000000000001d3f510990dd48c389a76fd9b701f53dce0fe0d3b96b4 1.43 MB 2,569 10
873,791 873,791 00000000000000000001e08800208cb45070a50055ea87da5bfb378103bd29c5 1.50 MB 2,858 11
873,790 873,790 0000000000000000000007f767b76b6a19140b3ac4da7fe1da3466b054cd19de 1.42 MB 2,469 10
873,789 873,789 00000000000000000000111f07c804042fe5474f25972f911cf9b5bfe120b22f 1.69 MB 3,352 8
873,788 873,788 000000000000000000007b293ff9ce6de255987947657058ceaab915ab5f0b15 1.64 MB 3,963 11
873,787 873,787 000000000000000000021022c43787e8dee23c4e3ec576cf55e114746d782b60 1.76 MB 4,607 10
873,786 873,786 000000000000000000015400a92f903b91320406c19f9977e41e02fcf79044d9 1.70 MB 4,187 9
873,785 873,785 000000000000000000021879eeeee254376f35189cd393cd0ba9d716d1d1b6c5 1.78 MB 3,427 8
873,784 873,784 0000000000000000000046bdab557153b1370a0fd09e409ecc57dcf3c0f5bd7e 1.77 MB 4,366 10
873,783 873,783 0000000000000000000298deb691d686b409f93cb96596962d1c1a8d475d8661 1.72 MB 4,286 11
873,782 873,782 00000000000000000002059242f26697145ccad1d4b41cd819654f3a97563aeb 1.68 MB 4,444 13
Previous 10 blocks ↓
Total Size: 707.62 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,780.62 GB sent, 260.55 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.