Memory Pool Memory Pool Refreshing

55,649 transactions
30.78 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,397 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,229 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,396 (168,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,597 694,597 0000000000000000000cfd76aaad6c6cc5c4cc4b31e36f1ff6f09fc7e7bf8ae2 0.79 MB 1,323 10
694,596 694,596 00000000000000000007bbbb920bff83c1f0053288d75183e17a4a740ca8b10d 0.63 MB 1,069 10
694,595 694,595 0000000000000000000f8bf1e0217d7dfcd44f1eb18c5f55a2c4cf846ba4aacf 1.21 MB 917 3
694,594 694,594 0000000000000000000707508703591bef03a5eb599cb9ea39e3dc4e7a7d6303 1.39 MB 1,658 7
694,593 694,593 0000000000000000000fb0b04ad00cd541a450786019bfd67efd31d65fd5af55 1.46 MB 2,320 13
694,592 694,592 00000000000000000009212f85beae53d7ca0ec864c458dbb64f3c545da0b745 0.00 MB 1 0
694,591 694,591 0000000000000000000cf539d3e042b6e135111ae2d3103e59fc61463483d6bc 1.41 MB 2,130 25
694,590 694,590 00000000000000000011fae0cdbc9e738fabfab55400f40375d40981f9bfa224 0.05 MB 79 16
694,589 694,589 000000000000000000001463d957786ff4c3a1558101ac8e56e990b9d3c18898 0.03 MB 80 12
694,588 694,588 0000000000000000000fc38a3649e69cac3a61760445add0fedeaee087e87daf 0.65 MB 781 8
694,587 694,587 00000000000000000008c90a337ef32bb5cf358e123a52591e66487c481422a6 0.47 MB 855 2
694,586 694,586 000000000000000000005925b99c1d1b108719b7cfcb9adbf079365a2f60b578 1.68 MB 1,351 9
694,585 694,585 0000000000000000000a971458c27905cfd8e275d35895901a3b031888eccc37 1.71 MB 1,243 10
694,584 694,584 000000000000000000012c2d287c56f193d2aed192979ac9315e0a9ee8d578a7 1.30 MB 1,771 10
694,583 694,583 000000000000000000047eb7a6ca634ee4885f4f6374d6002a5a6316df619265 1.05 MB 1,911 12
694,582 694,582 00000000000000000011fded594d679e095de4e677194c5c9ca4fdcc915ffc68 1.05 MB 1,497 13
694,581 694,581 0000000000000000000152cd66f8229c385efcfd83aeaec0a15de07c157800ca 0.14 MB 92 9
694,580 694,580 0000000000000000000b8c50f0d0d7840ec53cb580059ffe7fd5fb248017cb03 0.32 MB 443 23
694,579 694,579 0000000000000000001124cd5b63ceac324076b633393af42e3671ad2a3c397b 0.99 MB 981 4
694,578 694,578 00000000000000000005979924d65b3e5a11052475b978d0081087b9c0b2245c 1.38 MB 1,770 16
694,577 694,577 0000000000000000000061cbca4259981bb820ccc7ecbb01eb7dbbd4f3cb1548 0.13 MB 74 11
Previous 10 blocks ↓
Total Size: 686.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: 1,495.47 GB sent, 117.58 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.