Memory Pool Memory Pool Refreshing

72,114 transactions
28.24 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,632 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,229 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,631 (71,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,180 798,180 000000000000000000039f7b4fac80b23d47e33bb5aaeb397a9b0b4d6fb9d3f0 1.42 MB 2,212 12
798,179 798,179 0000000000000000000184088257ad17634694b7de88b405d29feefa77960223 1.62 MB 2,605 14
798,178 798,178 000000000000000000031a71142292538a33dc319720227e50db927228ea9d34 2.14 MB 6,620 4
798,177 798,177 000000000000000000051130d41015f2df5033acfe73aee6da427a58f8024f64 1.42 MB 2,115 8
798,176 798,176 0000000000000000000533d5db025251992f9cc9da75baf6ce6960cb6d26000f 1.93 MB 5,203 6
798,175 798,175 00000000000000000001ba9a14858bf5619b3cbac92b0638bb256e3933cdfb0b 1.35 MB 2,163 10
798,174 798,174 0000000000000000000534481c54a907b60b7c678fed3aaa84aaa89e6fc714a7 1.87 MB 4,915 6
798,173 798,173 0000000000000000000580a42158186e7920aef379af9331adec1aea8017ca2e 1.80 MB 2,944 4
798,172 798,172 00000000000000000001332ef74048974b1eca129c2218cfb3373b15afe2726b 1.69 MB 2,658 4
798,171 798,171 00000000000000000002b59b50830e183f65d74ad603c0be037527445662c2bb 1.70 MB 2,076 8
798,170 798,170 000000000000000000010fa0eb1926b983189df32c80036ef13fee3958471315 2.10 MB 5,821 5
798,169 798,169 00000000000000000002498f78eecc8e398671e87ef4ce707b729702e29ccd25 1.87 MB 4,599 7
798,168 798,168 0000000000000000000282a51cb7503981be48a1b39cd3c69f3a846687ebebeb 1.55 MB 2,638 8
798,167 798,167 00000000000000000003e3b7f8802e5e864cb5708da6910b883c435dbe82fac6 1.61 MB 2,215 10
798,166 798,166 0000000000000000000111414cfea079abee27da87cdd51441db7dd371f440b5 1.51 MB 2,037 10
798,165 798,165 00000000000000000000bb63f7e1fdd557b9331d44c9a68731f07d2f818c75e7 1.49 MB 1,983 11
798,164 798,164 000000000000000000021de6a05a23f7bb2d3fc21a7c7d2d63172e127656838d 1.65 MB 2,018 10
798,163 798,163 0000000000000000000105dd0d0a4e7a443ea902e5a59d0cb4e48475db86a3a5 1.63 MB 2,790 17
798,162 798,162 000000000000000000038e5402d8ccee202c5ccc93a8b4579b896e604b1cbc96 1.67 MB 3,799 14
798,161 798,161 000000000000000000002dc6b74f19473b1aed6a33a70c382382e129e4ed7276 1.50 MB 2,625 26
798,160 798,160 00000000000000000004a6e004468136efa6a0121901bbfc8457ea4d2462e309 1.42 MB 1,069 6
Previous 10 blocks ↓
Total Size: 698.76 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,099.12 GB sent, 202.60 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.