Memory Pool Memory Pool Refreshing

92,399 transactions
25.26 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,370 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 6,349 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,369 (50,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,293 810,293 000000000000000000039aaed35ad47ce9efcc6d2d30cac10b0fb98d71cc661b 2.01 MB 1,674 10
810,292 810,292 0000000000000000000063ec6e5c731c1fe4939867e92729c86b1fc87f216f6c 1.72 MB 1,658 7
810,291 810,291 00000000000000000000a30c0f30227341818d86442184d5f1c3bd4b1259cc0f 1.36 MB 2,303 28
810,290 810,290 0000000000000000000391cb090d449557bf071229a589c55739ac762b92cac2 1.62 MB 3,116 25
810,289 810,289 00000000000000000002fbcb9c94ab0121dd0f2cc8aec519a5af4dd2a0cbedee 1.67 MB 2,961 20
810,288 810,288 00000000000000000003e774610c8e00b4768bc59629d8cbffc8f5b12cd6fde2 2.08 MB 1,195 8
810,287 810,287 000000000000000000036cccc62cc1bd9cb9b0c6064a52a3826f045aa40ce4e7 2.04 MB 692 5
810,286 810,286 000000000000000000014bca90809ec47e27ee808b19a256dc76aeed3bb16fc6 1.95 MB 1,944 15
810,285 810,285 00000000000000000002c6768e139a6f9ca0ca07d87a621755a9e6d5a306816c 1.87 MB 2,772 10
810,284 810,284 00000000000000000004592c74a1df4c99fdbbb6e970f34fe903ec4dcd0655e0 1.85 MB 2,547 18
810,283 810,283 00000000000000000004454a5305f9c8233fa28f113b8e5a928247f5370c3486 1.86 MB 1,245 7
810,282 810,282 00000000000000000003a9ea3e18947bbea6b1e38457b688c25abeba72f2b723 1.97 MB 1,643 10
810,281 810,281 000000000000000000046aff0e69744f1bd7dfdad439eea4aff8f8521ec10112 1.49 MB 918 5
810,280 810,280 000000000000000000013739f0e3db653163f55646c3901decf3b98eda012950 1.05 MB 213 4
810,279 810,279 000000000000000000012020c3089481937ce44cc1cebec412a70d085728e1d4 1.77 MB 1,688 19
810,278 810,278 000000000000000000009596a87d6c4848ad71850cc03e3923449b1069126eab 1.74 MB 802 6
810,277 810,277 000000000000000000034ced1b5945134e4ce8a9bbba9d01aa5d21db4eca7660 1.52 MB 2,908 27
810,276 810,276 000000000000000000039444ee5984ac907cfac27b0f091c69d297d16976e159 1.44 MB 909 7
810,275 810,275 00000000000000000001b76110a4ce5832ab8612003d0b96c93a2097a14118f2 1.94 MB 1,594 8
810,274 810,274 000000000000000000008a9d9a4a763afe53222c4d08a2356020734b5e9dbdc2 1.39 MB 1,501 16
810,273 810,273 00000000000000000004240e150adc1fda593b973615ee25c7c7a00e20926f30 1.65 MB 2,498 13
Previous 10 blocks ↓
Total Size: 681.04 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,123.90 GB sent, 75.14 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.