Memory Pool Memory Pool Refreshing

48,628 transactions
26.44 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,583 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,582 (40,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,238 829,238 000000000000000000019653965fcf0efff86e0b52ad6badd3cf53f0c1f77685 1.65 MB 2,812 34
829,237 829,237 00000000000000000003713ef7014408a14bcacca130f21898c610cdbc64801d 1.07 MB 482 24
829,236 829,236 00000000000000000002d69be3d0f122a3b8dc7556aff20b942a4d0c39364a40 1.68 MB 2,607 33
829,235 829,235 00000000000000000003743ad9d43318b2da4e2e763ba001564b50bd020fce12 1.64 MB 2,336 32
829,234 829,234 00000000000000000002019e0a9793c95fdf819d28784086adf2fa2ac641e059 1.50 MB 2,135 33
829,233 829,233 0000000000000000000029e474649f6f9e90a063d8261f03abecfad5dac3714f 1.06 MB 448 23
829,232 829,232 00000000000000000002ffa27853e8aaec1f8e653662d34bfcaa69f548283657 1.68 MB 2,412 31
829,231 829,231 000000000000000000029b2beac3f2cf2aa4b1eedda2d66b08e10d3ebb8ff2e8 1.67 MB 2,796 34
829,230 829,230 000000000000000000035e1f5d24274b2158fd56e3c967b36743c669a3946634 1.57 MB 2,305 54
829,229 829,229 00000000000000000001419986df82fd748448e619ede80c6bb06b70adf13369 1.69 MB 2,888 43
829,228 829,228 000000000000000000008feb3c42e56ced63cd87d2bdb00e93e68cec49c0a5da 1.18 MB 744 26
829,227 829,227 00000000000000000000e22a68883d977105f402d86a7dd7a165aa59965454cc 1.29 MB 1,019 28
829,226 829,226 0000000000000000000033403bd5c1416481cb72fc6d0bdd9b3cbc6693bf3d7c 1.68 MB 2,557 35
829,225 829,225 00000000000000000003b797d2cebdb588e6098ca6f4eb34dc0b52905f6a7471 1.65 MB 2,694 39
829,224 829,224 00000000000000000001745c27499dc505d83c5cf5942989b6cd5d67a704635b 1.46 MB 1,431 29
829,223 829,223 00000000000000000000a667534fa89eaf8fe95fe2b848dd5307de3c34be1658 1.17 MB 1,189 26
829,222 829,222 00000000000000000001977f43cab671afbe85c06ff6bbaf0f3019428b5151ea 1.03 MB 309 23
829,221 829,221 000000000000000000010ff5e73517dd5a377a1407f9b25700ca3b01ebbcf2d7 1.35 MB 1,836 29
829,220 829,220 00000000000000000000da00e17e91722ecdeb56d8aeb17b8a27d9f443202008 1.36 MB 1,989 29
829,219 829,219 0000000000000000000026778f6d639237d7eecdcc0f1d832dd917a2b5e2d463 1.73 MB 1,890 31
829,218 829,218 00000000000000000000020a0fb49f6dc92e1d26687ea2610c469409b89551d4 1.70 MB 2,436 32
Previous 10 blocks ↓
Total Size: 698.67 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: 2,096.57 GB sent, 201.85 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.