Memory Pool Memory Pool Refreshing

35,398 transactions
29.29 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,506 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,505 (260,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,322 602,322 000000000000000000145057987c4de1f23f8c8c26d09a9b9db40a765e55144a 1.29 MB 1,592 78
602,321 602,321 00000000000000000008215212607c90013611430aa54f84e5194149e1013342 2.12 MB 425 94
602,320 602,320 0000000000000000000d8967f624a9e0b669d8d9e952421df4d2cdf8177caad3 2.03 MB 784 107
602,319 602,319 0000000000000000000dd3acd1c4e3d059ef23225a65c5b99df2713c0c123f9c 0.65 MB 1,655 18
602,318 602,318 0000000000000000001392461d82322627d9e8df27d2b9fb31092a3fb2e43885 1.22 MB 2,419 11
602,317 602,317 00000000000000000008430d6b48957a0bc9de37096e910e40b7d2af2f6d4aa1 1.69 MB 1,632 70
602,316 602,316 000000000000000000001863850e0f08f95b4b72521d909ad65d48f01c939973 0.88 MB 2,185 18
602,315 602,315 0000000000000000000455e9ee2629965bd3ab02583507bd1a423b5c17a919ee 1.32 MB 2,341 23
602,314 602,314 00000000000000000009d15ec3ed225f4d1b2e88c56f327f9db95f08641e7754 0.42 MB 1,017 27
602,313 602,313 000000000000000000071e1ee8fb338126b7a7f72af75d9e5fff60a526f862ef 0.62 MB 935 5
602,312 602,312 0000000000000000000b3072a06c3cb19308fb5d21a98615a8135b1f201d785a 1.27 MB 2,330 7
602,311 602,311 0000000000000000000772854320e02c7ab732f690b201dc6a83501c56076dce 1.21 MB 2,793 22
602,310 602,310 00000000000000000001615ff75447a95eb70fba602cf1369478c0b44fe35541 1.15 MB 2,303 10
602,309 602,309 00000000000000000013866f13cdf094bbe137296d2ef2a79f52611551876dab 1.53 MB 1,324 27
602,308 602,308 00000000000000000010f7afa573802800fb083052178b407fa411a078d6b5f6 1.26 MB 2,719 39
602,307 602,307 0000000000000000000c51838ed6d78e9f820695b2ccac2a99877ca34abb1fa9 1.07 MB 2,526 3
602,306 602,306 00000000000000000009b86248b7afe0a52cb9924f527efdd1b0947dc6300092 1.15 MB 2,585 19
602,305 602,305 0000000000000000000e95274aaaea83f4cd2a5535b9398a7aff3af6c5f07397 1.30 MB 3,001 35
602,304 602,304 0000000000000000000da547ab1c830e282914daddf037af2d01d91e40fa814a 1.26 MB 3,150 26
602,303 602,303 00000000000000000003206a045529925d76facbd8e620b8020af730ed31b4d2 1.29 MB 3,180 35
602,302 602,302 0000000000000000000b74e71b9817f633adc20f1c60ea68adb4f0153b39f1b3 1.38 MB 3,376 23
Previous 10 blocks ↓
Total Size: 685.13 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,372.03 GB sent, 106.24 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.