Memory Pool Memory Pool Refreshing

72,002 transactions
27.93 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,225 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,277 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,224 (46,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,271 823,271 0000000000000000000056f81b91ecc82e58c055841d1d12f956ef3ece290ead 1.58 MB 3,879 184
823,270 823,270 000000000000000000001fecc811a40c98d509b88a491c52bde3cc0b2ba3a3ae 1.53 MB 3,500 191
823,269 823,269 00000000000000000003e28b412087b7e3751f7c45167973427e91818a0926bf 1.59 MB 3,658 223
823,268 823,268 000000000000000000018fda7c4ca1c2312f0a5672fd1f3b73aed2a3f9d91a2f 1.65 MB 3,053 293
823,267 823,267 000000000000000000001f7f7a283a64bd9b3215ed41e1e295e41f56ed477fd5 1.73 MB 2,053 153
823,266 823,266 000000000000000000015d76424f706e9752fcd12f991382edf0a7d984ffed37 1.82 MB 605 117
823,265 823,265 0000000000000000000219298354fc2e89822690d9e7b22038cf19a258b84971 1.68 MB 2,868 139
823,264 823,264 0000000000000000000222afd45fb1ec97d8d9fcfb51d8e8119c4f1b04d4bc17 1.67 MB 3,452 196
823,263 823,263 00000000000000000000b764cbefd3cecc6783a0653d812752a3ec75c79d057e 1.64 MB 3,390 210
823,262 823,262 000000000000000000034f104a2357482d606a13535d7147e2d94017eb7e4833 1.54 MB 3,762 214
823,261 823,261 000000000000000000026a51278684c780daa9fd09dc9716e875ac92349343fa 1.72 MB 4,460 142
823,260 823,260 00000000000000000001c59446f1c751e9e37b720aed78091bbf48f998ded77d 1.76 MB 3,324 129
823,259 823,259 000000000000000000007963cb96014ba2852320255ef5d6a5591b2e69ca5807 1.67 MB 3,718 148
823,258 823,258 00000000000000000002d640aee2bbee2a103eb88a2c029bcabe1ac5d9153b79 1.84 MB 4,770 128
823,257 823,257 00000000000000000000ae55923b3b76642a91cf40270f8be3befbe4660b502a 2.33 MB 3,138 147
823,256 823,256 00000000000000000001f2c530785b388022b352782b4d7f44ee204c94dbc607 1.69 MB 3,969 156
823,255 823,255 000000000000000000003ea00b3a14719f86f6cfd00d62cf7fd9121fe09760d2 1.60 MB 2,764 148
823,254 823,254 000000000000000000027e9841e15c0d01c39c5a448c5b9d2c16a32b8792daa7 1.60 MB 3,247 251
823,253 823,253 00000000000000000000e9c18383d2bb9ff29cb7d8d635cc635f03c0725b5d62 1.80 MB 3,000 156
823,252 823,252 00000000000000000002592cc6f37b4b7b97511e6bb60a6d1ab65ec6f27fbcfd 1.88 MB 1,974 203
823,251 823,251 0000000000000000000038b80166115b0cfd04b883c2e62b8cd515ede4176a30 1.86 MB 2,168 180
Previous 10 blocks ↓
Total Size: 699.88 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,197.94 GB sent, 209.55 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.