Memory Pool Memory Pool Refreshing

21,085 transactions
33.00 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,963 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,962 (36,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,542 827,542 0000000000000000000062b55b550fee214d8547571ef21016d8174a3e4cbcd7 2.01 MB 2,039 29
827,541 827,541 0000000000000000000273d855173acbb4549283910c3f314ff574f8c04bb42c 1.83 MB 3,712 39
827,540 827,540 0000000000000000000074ac7d9f54eb70706701d562ee54d5fdac83de51c7a8 2.07 MB 4,368 33
827,539 827,539 00000000000000000003108af27f88f7ccce110f09984fdfa5ce61e49543a733 1.84 MB 2,649 31
827,538 827,538 00000000000000000001604a9fffa69cb9fa19ea7754beee65010ae85faefeac 1.98 MB 3,313 35
827,537 827,537 000000000000000000011630ba71be9372a067d4ba04ca96e58634009d1b5597 1.51 MB 2,862 46
827,536 827,536 00000000000000000001a98449234937adc1efe05dd3ae9d850f4b5b382bac3b 2.39 MB 2,294 41
827,535 827,535 000000000000000000022d27444d0475329aa2cf5b93edf5e65223e97b425a2e 1.67 MB 3,311 44
827,534 827,534 00000000000000000000646f2998b69887187abe9a70e46444fba58c7ab44ec3 2.16 MB 2,677 44
827,533 827,533 0000000000000000000074e6adea2fcb029281245774f25c5813ada20ab555cc 2.22 MB 3,331 43
827,532 827,532 000000000000000000002eadd77798a872212241b0eec78ad44081b7d6257b86 1.67 MB 3,753 37
827,531 827,531 00000000000000000003df46e41c4d96a38cba092d6b5dff62af5810d818e2f5 1.69 MB 2,901 41
827,530 827,530 00000000000000000002ae49970fba92a45a7c44d080041c949bb44983837544 1.86 MB 4,169 48
827,529 827,529 00000000000000000002cf6c5221690b26c2d0bef32e355c31ea65cf8e3da5da 1.68 MB 3,736 50
827,528 827,528 000000000000000000026015d8f5f2720a6614b230abbc1f2893bccd503fe856 1.52 MB 2,959 66
827,527 827,527 00000000000000000001baf919a377ef1e01c2437c1dc5373e97013a9e09e2ac 0.60 MB 1,093 35
827,526 827,526 000000000000000000021e8be18545a2e7b5ac3d823e3e6d39777f2e96b8a4a0 1.82 MB 5,268 45
827,525 827,525 000000000000000000026862fd100cd07700de59b00b7a2717a4dfa6f1c442a4 1.71 MB 3,619 54
827,524 827,524 00000000000000000003034d7a82bfcca04635b92e2d428caf49891d55a9ea4c 1.63 MB 3,403 50
827,523 827,523 000000000000000000007bb8fc7e2465f0cd289344ce8ae97539a39e748c4adf 1.70 MB 4,139 40
827,522 827,522 00000000000000000001e3ce6279858d6ab3c0cc13305ccdf877ed2295a36bf0 1.72 MB 3,632 41
Previous 10 blocks ↓
Total Size: 687.95 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,533.46 GB sent, 125.01 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.