Memory Pool Memory Pool Refreshing

68,435 transactions
29.44 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,204 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,349 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,203 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,124 866,124 0000000000000000000246833850e93b96c708cbeeea2324e4e9ccf0d8325016 1.44 MB 4,696 25
866,123 866,123 00000000000000000001e4fb07cd0bed3a634049c23766ca614328844ab26543 1.67 MB 3,380 8
866,122 866,122 00000000000000000002c8e30edac7566d3b044880d2dbe45b19fd42114d6577 1.38 MB 3,239 15
866,121 866,121 0000000000000000000105da046248ad37691cc20ffe92a49f1db0384473e660 1.50 MB 3,480 21
866,120 866,120 00000000000000000001bd4afc4f3b99af4288cca3bf66b8e448351ca4853a03 1.44 MB 3,267 31
866,119 866,119 00000000000000000000c37620ad1f52016b809cb4d6e81dd5e54403a067803d 1.62 MB 3,837 13
866,118 866,118 000000000000000000027fcec6ea1e0e2ab2bc8c4959503727bb2853035583b9 2.54 MB 2,440 6
866,117 866,117 00000000000000000002247d3734115b6044dd52f245f7b1e3361b73b67f3f25 2.10 MB 1,963 6
866,116 866,116 000000000000000000027bafe825e96fbb04cf5b493938262021385af8860138 1.70 MB 2,524 8
866,115 866,115 0000000000000000000014729a120105190aaf54cc4f0c5cb51a24db2e6b1309 1.50 MB 3,602 28
866,114 866,114 0000000000000000000231657d25de8f2d317d08d1fbae11b642dd9107c3dec3 1.64 MB 3,341 18
866,113 866,113 0000000000000000000270e8a49183b9715382dde4906ef33bfe9af63b11c396 1.59 MB 2,518 10
866,112 866,112 00000000000000000000b74ad040b30e45aca96573cd0537e38c67914b529da5 1.51 MB 3,087 29
866,111 866,111 000000000000000000003c4a33d16cc493a46c09e9acc74e3f2c437217269b30 1.54 MB 2,956 27
866,110 866,110 00000000000000000000c3303eb53406900866732e66e54cfefbd71da3240219 1.58 MB 2,475 27
866,109 866,109 000000000000000000021b8d30205cba24c79b9fba947b1a0237c3c3515ae219 1.50 MB 2,979 22
866,108 866,108 0000000000000000000283ed0f5ac8586daef048bf36d5345cbdad9536498b5c 1.51 MB 3,098 22
866,107 866,107 0000000000000000000069a6f6a2e744714ed7e26a2ff8d86ed7d3314faf3f55 1.53 MB 3,041 15
866,106 866,106 00000000000000000001af6280b98be52c4787b7b3520672bf0afd92ca89dad4 1.64 MB 3,736 30
866,105 866,105 00000000000000000002d15114d27ccf790bdcb86e61c5f04b49f6098ebd832f 1.71 MB 4,292 27
866,104 866,104 000000000000000000026f69db132bb21945fa2af4aa11bb5eb0b7211eaf533f 1.80 MB 4,338 43
Previous 10 blocks ↓
Total Size: 692.12 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,838.70 GB sent, 158.26 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.