Memory Pool Memory Pool Refreshing

22,218 transactions
35.85 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,131 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,331 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,130 (45,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
816,789 816,789 00000000000000000002e2e3d9601631da4786fb9b4f2e1fb5a3445ef991ea7a 1.44 MB 2,214 88
816,788 816,788 000000000000000000001aa39216c67f215a2b6ccd65d6103eb3384ad585f34b 1.47 MB 3,107 92
816,787 816,787 00000000000000000003d9edb169454c9f54f0a5eed63e9dab0e74e09b3295da 1.59 MB 3,706 101
816,786 816,786 00000000000000000001e23fa1044174b4ee6fea4d4c8ba75ff44e9ae08c76f6 1.61 MB 2,480 123
816,785 816,785 000000000000000000004b98fc079a163f5cea0db9e7febfa874ce3e62f18331 1.64 MB 3,784 89
816,784 816,784 00000000000000000001da408c9fca7fa9b71df6337ddafa57ad3ce3c4f9a98c 1.53 MB 2,757 121
816,783 816,783 000000000000000000019bf745700564bc27fbf4bb8bacf32e8dbaf8d09462b5 1.68 MB 4,317 75
816,782 816,782 0000000000000000000167b214098ab1c58cb97783c04ed7e558b4363e93d310 1.68 MB 3,642 64
816,781 816,781 00000000000000000002a951a060d12262059af2c8b2eae24ced575711c37959 1.76 MB 4,564 70
816,780 816,780 00000000000000000003aacb4f2140c4aeff52475ff4446be02e00b945799cef 1.48 MB 2,640 86
816,779 816,779 0000000000000000000046e9a7801a6d9cc7f0552a458a3f8a083d460afc5121 1.66 MB 3,945 82
816,778 816,778 00000000000000000000f08e315f8c2a07fe601511b703428ed67cda9b3899f1 1.49 MB 2,456 67
816,777 816,777 00000000000000000004112b0a08b975b72e179398d33a686068bb3b0373eafe 1.82 MB 4,763 82
816,776 816,776 00000000000000000001459dbfbfce1793a74031d16906f39c76ef40a56d1146 1.61 MB 3,935 90
816,775 816,775 000000000000000000035344e2187ac680eeaaedb73ab47da1b21d723b0e4244 1.62 MB 3,757 95
816,774 816,774 000000000000000000036d395bb9ed5a0c58059ea44394744308ac243e7e85be 1.68 MB 4,113 70
816,773 816,773 0000000000000000000270719f3c75c96346ce0e8ed50ffee644e1271d99d741 1.65 MB 3,323 90
816,772 816,772 0000000000000000000379f01a6ef1f7138742426186b46c2017add8fc4192b3 1.71 MB 4,642 79
816,771 816,771 000000000000000000022be0c55caae4152d023dd57e8d63dc1a55c1f6de46e7 1.65 MB 3,940 91
816,770 816,770 0000000000000000000031b2b480ca42657485ce4bbdd3bcdcaa554ca060da8c 1.67 MB 3,732 97
816,769 816,769 00000000000000000002cd149ee5c2d9db265add1a044705a90e7dc05f08b5f3 1.75 MB 4,495 77
Previous 10 blocks ↓
Total Size: 684.41 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,339.25 GB sent, 101.04 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.