Memory Pool Memory Pool Refreshing

39,762 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,427 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,426 (66,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,857 795,857 0000000000000000000375a71ccc0569c279dbb751bdbb70d86d983cd38eea68 2.25 MB 5,749 12
795,856 795,856 000000000000000000025b61c056db3363de662bdd1fc8c87cc7b7b8fbcabaeb 1.92 MB 5,212 14
795,855 795,855 00000000000000000002bacf6c6b35af50f0c3d7c15d798ce2328ba678bb678b 1.98 MB 3,813 14
795,854 795,854 000000000000000000022bb73f38f63efaddf00e7eca6da29e11ee0ba63f8255 2.45 MB 1,731 15
795,853 795,853 0000000000000000000471c376442dcaff290c363b9b4f0d2516a7ee96689cbd 1.49 MB 2,913 22
795,852 795,852 000000000000000000020340dd310eacd4e32b1413f8dce316949f281f2fcf07 1.62 MB 1,623 16
795,851 795,851 000000000000000000003bda7c51cc8c41c4ff7390a9409c9f16e781c402fba9 1.99 MB 1,606 13
795,850 795,850 00000000000000000003b72ddb87c89138bdbcc75c04455933088f8b4eb3adde 1.66 MB 2,668 26
795,849 795,849 000000000000000000032c91bd6e12b64dc915f9fdfaee01b9a060eeb06a100b 1.87 MB 377 12
795,848 795,848 000000000000000000040244084b8a5ce8d4a612c201771fad58421c18de032d 1.83 MB 3,480 17
795,847 795,847 0000000000000000000163f4d176c7d64c69e19d9fb6991afffb9c072f7d649c 1.91 MB 3,512 25
795,846 795,846 00000000000000000001f9a65c62402cdbfcbe0a1f65273c5295435d96b3645b 1.72 MB 4,373 22
795,845 795,845 00000000000000000002c02749931aa310995d3bc39314c65d8f9657d0a888e7 0.00 MB 1 0
795,844 795,844 00000000000000000000fbe57ea28337df7d5ff177dd9acc832170398dd64ffc 1.57 MB 3,916 31
795,843 795,843 00000000000000000003df70950ffed12034ab2cac7916a642d9f2e3a93167ce 1.79 MB 1,612 17
795,842 795,842 00000000000000000003403c986956ad4e34de5787dfbf66b10a814e6a3ab5e1 1.86 MB 1,107 13
795,841 795,841 00000000000000000000110b3eeca3b95a8b6a027b970aba73b4168cc0fe622a 1.57 MB 2,199 20
795,840 795,840 00000000000000000002c81e88029d5b1c1c78b20f70c72dcb2451a2f10b4624 2.07 MB 3,327 18
795,839 795,839 0000000000000000000187eda3374be61960acbf8f0dc920071a77e5adb199b5 1.94 MB 2,418 20
795,838 795,838 000000000000000000005696806c54c2f03907fd6a866d92e823728aff3ddd44 1.58 MB 2,619 19
795,837 795,837 00000000000000000000e4eff4ee543ceeb0a53e1d28a600a97f8f1d3b0b47f4 1.71 MB 4,059 23
Previous 10 blocks ↓
Total Size: 684.98 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,368.66 GB sent, 104.85 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.