Memory Pool Memory Pool Refreshing

30,389 transactions
33.57 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,096 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,095 (509,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
352,689 352,689 00000000000000000dfd8d90a374db364a1ca894e267281421edae253d0c9133 0.36 MB 766 27
352,688 352,688 000000000000000007b5f04e501abea5ae6eb2b8a08f690832241f164ef22840 0.35 MB 491 24
352,687 352,687 00000000000000000ff58553b2a0ec314441212499931cc2f2192682644ad343 0.21 MB 345 23
352,686 352,686 000000000000000001dc64f2aefde19aa024e9f53ce140d612c1f2177cf6f1b6 0.40 MB 801 27
352,685 352,685 00000000000000000aef892350afa511a6ec01234ecad36213fdb72acacc9191 0.20 MB 391 20
352,684 352,684 00000000000000000fadaba81e20a77ac8d06a8cb464d208939d11c07fd1f701 0.18 MB 264 21
352,683 352,683 0000000000000000135413bef8c4b4d32ef5508ac1d5834c78a8055655c8d3e7 0.17 MB 259 20
352,682 352,682 00000000000000001214a90cfa647a580f3e438d57a3fd50a26535900880852b 0.73 MB 1,638 26
352,681 352,681 000000000000000010528de125881eae2a8188009fe587c390be0cac786b631d 0.56 MB 1,205 32
352,680 352,680 0000000000000000042923dba856da8d6c1e0e8a242240ebc709cc15ddbcd5b4 0.59 MB 1,307 30
352,679 352,679 00000000000000000d866ee7cb347e41a08e54c8e56441859e03619c9bb6fc7a 0.60 MB 1,238 25
352,678 352,678 00000000000000000811c55b9ec1f0e731531d43b9830801d981ae085e1e2591 0.35 MB 675 24
352,677 352,677 000000000000000001fa373907f3dd64e5e5c3cb6814509ad37e0581812b53dd 0.10 MB 174 28
352,676 352,676 00000000000000000c8eea15a3fd2b26cd4fe4e15d14a2b83b7c37e258ad6361 0.59 MB 1,100 27
352,675 352,675 000000000000000010f3cfcbe6e5f9892bf3cf905dd4c37f1a0a858c04634447 0.38 MB 571 20
352,674 352,674 00000000000000000b93fcc09d9f45d08d5dda862c243cedf876aff7d0d85588 0.75 MB 1,205 25
352,673 352,673 00000000000000000734e635f71946f4759e222bd1636138da5ecc1c1e8fc169 0.41 MB 788 26
352,672 352,672 00000000000000000f66df25c752a7de47567fcea1307edc746e88c671b5ffec 0.09 MB 131 21
352,671 352,671 00000000000000000f6ff0e7a037479b666d20a1f9fee1fd5d483654c5102f89 0.06 MB 99 18
352,670 352,670 00000000000000000d2ec11f386edf335a4662ca3db5e27fd5c7ec30070d2607 0.51 MB 740 23
352,669 352,669 000000000000000005b8350ca868b4785fbd68ccb726224a3ec1afc6510478ed 0.16 MB 325 28
Previous 10 blocks ↓
Total Size: 684.35 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,336.18 GB sent, 100.62 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.