Memory Pool Memory Pool Refreshing

55,441 transactions
20.71 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,063 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,062 (63,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,382 805,382 00000000000000000002fb10751716fd1a91a300953686584d4d0b6eb078be57 1.50 MB 3,116 18
805,381 805,381 000000000000000000025042d97885ade12af084399efac2cf03db6115eead14 1.58 MB 3,056 22
805,380 805,380 00000000000000000001066560ab32b1adab937a98adcef01d53f3d608ba1a11 2.12 MB 6,860 6
805,379 805,379 00000000000000000004788793402d301608cbc79f791f9b4083abbbf59208c8 1.56 MB 2,828 13
805,378 805,378 00000000000000000000eec53f1f402401664bc3ef3f5782c26ccc6348d726a1 1.63 MB 3,354 13
805,377 805,377 000000000000000000026feaec9776d21c87c44f595ca276334ca0db9c4650e0 1.41 MB 945 9
805,376 805,376 00000000000000000003339da62a19cd8574d004bc1053a476343a8a40bda1d1 1.54 MB 3,137 21
805,375 805,375 00000000000000000000431ededef6bdf89d2e2a40db0028bc996f13229f2e32 1.53 MB 2,201 15
805,374 805,374 0000000000000000000245a02101d0f8f84681729d24163f1e2e0f36328c1852 1.25 MB 1,669 22
805,373 805,373 00000000000000000004e16cf346116d0c80e9399244e983b09bb09951d1f26c 1.94 MB 5,730 7
805,372 805,372 000000000000000000022493fa22cefb5050cee672113bb8ac7946072f66655e 1.73 MB 2,275 8
805,371 805,371 0000000000000000000120a6f2d16ff4debfb4f2737f27eddf0c49efafdd5e74 1.52 MB 3,323 19
805,370 805,370 000000000000000000026d39a4716d3bc5d6d36b292a6e99ad924b64961c1ffd 1.44 MB 2,607 19
805,369 805,369 00000000000000000003fb2abadc2a8c78ff09200f35a9fb72db6d3f80e6e5ea 1.89 MB 4,252 8
805,368 805,368 000000000000000000047bb00dae55247c3941e70120ef365b7c81f345b1aa71 1.74 MB 3,870 14
805,367 805,367 00000000000000000002bad5792ee08488a73bd64c973f5f9fbc94a8ef758136 1.65 MB 3,234 9
805,366 805,366 000000000000000000029b82b317818c05fcef00dd6804cff8c869bba98ab5a2 1.82 MB 3,679 9
805,365 805,365 00000000000000000002723dda7c750ef201a9d18b4b23500bc50913a768dbc5 1.69 MB 1,828 11
805,364 805,364 00000000000000000003610b87f0a94ad4145b483bd5dfd9c1771624f361dc61 1.61 MB 2,713 16
805,363 805,363 000000000000000000042a3acb21f3a9122f0c1657fb0e4369c8794aeb76c2b2 1.75 MB 1,768 11
805,362 805,362 00000000000000000003eecaf578d68fe76a9ad289d781210d8dca455de946e2 1.53 MB 1,944 15
Previous 10 blocks ↓
Total Size: 697.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,059.12 GB sent, 196.02 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.