Memory Pool Memory Pool Refreshing

21,308 transactions
30.00 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,661 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,906 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,660 (72,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,953 790,953 00000000000000000004453dee5f086f0cd64ee8960a3600a8239e6564a99854 1.90 MB 3,104 27
790,952 790,952 0000000000000000000404aa5afd632fb0dfdd7d73029b0acbc7688169661816 1.94 MB 2,679 59
790,951 790,951 000000000000000000003aa46e37a506a56f7c47d8c807059643af27fed3f4be 1.57 MB 3,645 54
790,950 790,950 00000000000000000004f4064b03dfe47ac1394105bc584e300b1189cd41fe7d 1.51 MB 2,580 103
790,949 790,949 000000000000000000007b787294ce9105e1f2f8c65d1e66916a6ae28718b977 1.64 MB 3,283 42
790,948 790,948 000000000000000000018111611067ea802407c7166d38f1bb49703700f59901 1.59 MB 3,172 48
790,947 790,947 0000000000000000000403f253ad9f57dd1dcaae2dc3c9cac00505977d6560a7 1.61 MB 2,614 41
790,946 790,946 000000000000000000002e535fef719421be047bb911cd35aa65524da611f49d 1.51 MB 2,840 48
790,945 790,945 00000000000000000004107e66fc7d0ff0c5208837a786da0f5346740eda7683 1.58 MB 3,335 48
790,944 790,944 00000000000000000000029ed7b7e9a51a0860199868687cebcdccbb4a8603da 1.68 MB 2,555 50
790,943 790,943 000000000000000000026a30495fa8ed92da71912ea6bdd98885f6a259e2a1ef 1.81 MB 3,364 41
790,942 790,942 00000000000000000000d3fdd103b880b2efca87f752b10676fced64f6f038c3 1.56 MB 3,205 69
790,941 790,941 00000000000000000002f4b4acbf7dd75fdd61eafcfda4edb7a9c6f927330954 1.63 MB 3,053 58
790,940 790,940 00000000000000000001d6f4d00253beb828555d36fd588fa538d5382ce68185 1.68 MB 2,188 42
790,939 790,939 00000000000000000004d88f691f883e06e51d7c8b5b7c935a57b5068fd0edd1 1.57 MB 3,727 67
790,938 790,938 000000000000000000012fa3ec41259aaad4160147904337f228d0c075b764af 1.60 MB 2,782 110
790,937 790,937 00000000000000000002f4b99765b35374483a7d9f8282b087e91e94e32cc57b 1.58 MB 3,263 46
790,936 790,936 0000000000000000000204e2266ba4599d588779bcf1bf5a77dd3a567e93af39 1.59 MB 3,218 78
790,935 790,935 0000000000000000000521e161421ff1831f518f8afe468fb867e7b0d6b68fb6 1.61 MB 2,489 88
790,934 790,934 00000000000000000003b7f3a4da73dcf2f3f0ed6ab09c3a375c00f6ad5fb8eb 1.65 MB 2,776 95
790,933 790,933 00000000000000000002eb7a8ff57a240dac7d8ced216db8f66ffc0726c8eed2 1.74 MB 2,839 42
Previous 10 blocks ↓
Total Size: 687.37 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,516.83 GB sent, 121.67 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.