Memory Pool Memory Pool Refreshing

46,257 transactions
25.93 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,584 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,583 (35,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,300 834,300 0000000000000000000367fabbafcb95b9350095c849a5efdfd1fef456df92b9 1.58 MB 2,830 30
834,299 834,299 00000000000000000000f2573707e0602e7ef733276a5e8325c59e0d8a922034 1.55 MB 2,647 37
834,298 834,298 00000000000000000000e6a18c3beb579f3ac251907ff4a0b91e39282860cc53 1.50 MB 2,543 33
834,297 834,297 00000000000000000001626178ed6d7af2fd8273119eaf646f08e2b8e7855b30 1.82 MB 2,358 30
834,296 834,296 000000000000000000008c8b139c35f7ef932a771e5cdeb6b463c27853bea833 1.68 MB 2,727 32
834,295 834,295 000000000000000000001964b055bda2426c2a78674ff0e520148a840377cd2f 1.87 MB 991 24
834,294 834,294 0000000000000000000318ce06af96fcf88efedda4c16662baa1b8b90f675ba8 1.75 MB 2,799 30
834,293 834,293 00000000000000000002578013dd26d801934b49cc66f26017d93e25395a6939 1.65 MB 2,811 36
834,292 834,292 00000000000000000003382f45991957f9d93db4a08aca145b605307ef34c774 1.61 MB 2,750 31
834,291 834,291 00000000000000000001eaebe98baa5f0fc59915a2a326c04c975def86448bc5 1.54 MB 2,921 37
834,290 834,290 0000000000000000000196a51803ca8539d5c6e04539328fdf388ae88f5a4ca8 1.81 MB 1,035 27
834,289 834,289 000000000000000000007faf15903ce9dd9d203d5702f282bb76157f2a912c4d 1.84 MB 660 26
834,288 834,288 00000000000000000000b4d56c9cf39241bf9ef1c54c7646352fb97a2334e574 1.72 MB 2,493 28
834,287 834,287 000000000000000000014205473bd1ebbde1201c953a8d875b95e5caac0ca073 1.87 MB 1,482 30
834,286 834,286 000000000000000000035ed6fff8c27bc8dbfa95106b41e0566d7cc4edc50f46 1.90 MB 1,513 30
834,285 834,285 0000000000000000000323c460a01750bd907c11bd9cd36ab84b3443a9b65794 1.79 MB 3,034 35
834,284 834,284 0000000000000000000026bac4bd7157cf4b880133b130f47362e6b0c132a091 1.90 MB 2,745 32
834,283 834,283 0000000000000000000082191adb4c5dc11e07321e7d1b84c503287ecb828a80 1.81 MB 1,873 31
834,282 834,282 00000000000000000000d4d55f1221668a731c40a637234175c7cb4abdf97006 2.16 MB 281 26
834,281 834,281 000000000000000000012d87e8af216ab642dbc2dd66e804fe953ad4caa81ab1 2.00 MB 936 28
834,280 834,280 000000000000000000033ab4edd1ef07bea517f282dcc72aced740d40ecd973a 1.74 MB 2,174 32
Previous 10 blocks ↓
Total Size: 698.68 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: 2,096.59 GB sent, 201.86 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.