Memory Pool Memory Pool Refreshing

35,184 transactions
30.74 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,361 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,360 (110,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,107 752,107 0000000000000000000640d2bf5440ddbb1e8d06ee15ac64a1c1f5d936bb054e 1.45 MB 1,876 15
752,106 752,106 00000000000000000001f8af29d15a232080b2d95583855530fcb4ec05414ec5 0.34 MB 414 9
752,105 752,105 000000000000000000063973a49d112be6639b24ebd29a6a03cb5ca63fbd9da7 0.01 MB 18 9
752,104 752,104 00000000000000000005f5fd1ee6bedd3a9036afd1ea69aebbf05f1a9c371a6b 1.46 MB 2,284 9
752,103 752,103 000000000000000000074b03d44343ad1400599f79d0e1d0001ea66e49846f1b 1.34 MB 904 2
752,102 752,102 000000000000000000062cac7a8393b950f42a1e48c1574b78b26c4a9dd48fbe 1.58 MB 1,007 6
752,101 752,101 000000000000000000052254c0a88000f11dd69b178557d045205abd49fdead6 1.47 MB 2,262 14
752,100 752,100 0000000000000000000451fcb242fc2dce801e4d0032bab3e5857b1b585dd399 1.49 MB 2,848 14
752,099 752,099 00000000000000000000a21d45b0752aad72e59124753e27a339b557af6470de 0.90 MB 149 1
752,098 752,098 0000000000000000000122ede1aa508078d50514c7fd30723cc9956215ecaabe 1.33 MB 1,536 8
752,097 752,097 00000000000000000007197fb1004046d42e8b3e0d3d0ded3b3318b36f4fff13 0.42 MB 661 11
752,096 752,096 0000000000000000000476ec60927c7d80368d2e781274f4964874541456f90a 1.14 MB 1,034 6
752,095 752,095 0000000000000000000700d2fe1efd0bae031f87e947ea47051e20d531bff985 1.17 MB 986 15
752,094 752,094 000000000000000000016e46e271f4e88c24261693ba1168635fa7051d49d1d0 1.16 MB 2,001 10
752,093 752,093 000000000000000000045ec3eb440381d5f4140de603c437af385fbbf7806a05 0.49 MB 664 3
752,092 752,092 000000000000000000064353ae1a422a012ccdb525c4fdc5d5173b5060ac3e2d 1.50 MB 3,090 14
752,091 752,091 00000000000000000005225e039c7b46015bca4e9d912ec4bed27a287b9b23c2 0.87 MB 904 8
752,090 752,090 000000000000000000065c227a7d9c9fc15ef6c919bcf66f6b12af42c4090c9c 0.34 MB 246 4
752,089 752,089 000000000000000000007651b543af973bbf051f3541c4c3937f5b539e9bea0f 1.39 MB 2,694 11
752,088 752,088 00000000000000000001202aad180f7d447961100bf29bc0cb0f775a220e65eb 1.70 MB 871 1
752,087 752,087 000000000000000000078b0f2950ede876e81258427e5f7586598f38659bfaf3 1.51 MB 3,003 14
Previous 10 blocks ↓
Total Size: 684.85 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,365.35 GB sent, 103.98 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.