Memory Pool Memory Pool Refreshing

63,011 transactions
31.30 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,127 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,539 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,126 (658,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,994 211,994 00000000000004edee7f74a5d6cf7f91c3a521dab538b6026e6add2c4723be6f 0.48 MB 436 70
211,993 211,993 0000000000000145b09de9d474677733d8b21200d70da23b92df95c29a00642e 0.25 MB 922 222
211,992 211,992 000000000000031f97008e7b46444eeb108cc75d59d0e800919bdd88009a68b3 0.43 MB 263 99
211,991 211,991 0000000000000016edcb83e4113e55c1bf814cd2173904608d7906518c6f4a9a 0.25 MB 150 67
211,990 211,990 00000000000003ce192eb67514b1081ee53f5c97baf0177468d82e457956aa98 0.25 MB 469 133
211,989 211,989 00000000000004c19a8f052179eaf6b2df46ac3b79487401533250b222eb4374 0.20 MB 567 197
211,988 211,988 000000000000012a527a309ddbd615b022106340126f31f1d1e1b6fd6ed0c800 0.25 MB 917 293
211,987 211,987 00000000000002cab182983cd96bb54b6fe8e0a8a59a0a4e092628b2a848ff87 0.05 MB 153 46
211,986 211,986 00000000000002648d3191da85211dd9e02a60741c3d14a4f44adb1c027f2b7f 0.15 MB 358 221
211,985 211,985 0000000000000483a93244438b564383ae587c2eadeb7a258bb530ac1618a8b0 0.25 MB 576 190
211,984 211,984 00000000000001c80831ee0adc486cca91313d6b3d1603bf8fa4c808cc4f3e1a 0.25 MB 439 217
211,983 211,983 00000000000000b4acf8db2aa02ab28669cf59705ad06403b958ebcd61b40408 0.08 MB 176 161
211,982 211,982 000000000000030f49f3f62d5a135178b3201004d5130b59409110da11f16115 0.05 MB 131 198
211,981 211,981 00000000000003420d583f3de170d56fa71c870be1edce0f217785c2ac04af54 0.19 MB 601 238
211,980 211,980 00000000000001b468ed016a8cf14faebd0effa3ef392a9dc39bd8c1254d2863 0.04 MB 96 237
211,979 211,979 00000000000001458371688e5e0fdc86bafecba60d0651792fe76263a2555c2f 0.03 MB 55 148
211,978 211,978 000000000000008658fea0f052b9c411fb4dce3539e0bca1b06bfa3b58e6d46c 0.05 MB 62 97
211,977 211,977 00000000000001ed25b5fb3df61338b26d3bf62a295e9138b91426b5a00fde8d 0.01 MB 28 41
211,976 211,976 00000000000002c6ebadf230a0f03561729785e22f4bae36a162b063f207ecf3 0.13 MB 240 113
211,975 211,975 00000000000002d35818a7e22baed6103096fc44c9fc3db266e0cc02d44a7acb 0.20 MB 557 282
211,974 211,974 00000000000000097b98e6739d5d4789df9623eb1b906f3703663313ffc84a47 0.09 MB 148 147
Previous 10 blocks ↓
Total Size: 699.70 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,184.78 GB sent, 208.34 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.