Memory Pool Memory Pool Refreshing

37,803 transactions
29.30 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,522 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,759 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,521 (15,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,928 847,928 0000000000000000000215ae52452dde5362bb794551d20ca1775621078c4c36 1.54 MB 2,650 45
847,927 847,927 0000000000000000000250ace730de718d6ee9b6ebcb320ec72ade6a0b4d01cb 1.68 MB 3,451 54
847,926 847,926 00000000000000000000747b9ff5742a8913e5688159f752d1d8e569e65d339e 1.42 MB 3,135 65
847,925 847,925 00000000000000000000c372ba38813e84c9fa0ac88f7455268c10fdadbe53e2 1.48 MB 2,447 50
847,924 847,924 00000000000000000000305056cb1bb5efa51492078a25025408431584e8e559 1.30 MB 1,112 54
847,923 847,923 000000000000000000025f41ef008ff4d38b7fac83ecb55bc070c981763d56a2 1.31 MB 1,930 60
847,922 847,922 0000000000000000000211914c1a96957516f31702d4fad29765898411c4d387 1.22 MB 1,133 51
847,921 847,921 0000000000000000000250e0b4725bc693c21275ca1133abde728f93b83dbccc 1.36 MB 1,555 59
847,920 847,920 00000000000000000002c2db1e461d2f19a9725684106a4f1ac487893f565a30 1.56 MB 3,505 41
847,919 847,919 0000000000000000000359f2f2616d7fd57d589eb589a3caf325fe5e43e6de7e 1.57 MB 3,762 46
847,918 847,918 000000000000000000032dbde63723187c342060e265a294704787281770eb4d 1.54 MB 4,316 39
847,917 847,917 00000000000000000001104bcfe120cf2d2fc5998c6c283a5f770a7f74d2876f 1.51 MB 4,928 32
847,916 847,916 00000000000000000000f9e0e7d1f28db50fef49e9f4ee7b4e4910c0ddb8af20 1.61 MB 5,305 33
847,915 847,915 000000000000000000018a2ebf3d1993a65753e2b45ea1568fb5e80cbf22f531 1.57 MB 5,090 32
847,914 847,914 000000000000000000024c083c4081c27c03e76c2a4ab253ec00f3987781fd98 1.54 MB 6,155 34
847,913 847,913 000000000000000000010a0403c931655e4dfaf8bdf698305d85e31570f84836 1.62 MB 5,996 33
847,912 847,912 00000000000000000001784130d7e118074b602a0a08cba38ebaa6d89c21be19 1.54 MB 6,604 35
847,911 847,911 000000000000000000025e3e0230f93c0372c4941171993a4de29650dabf13b3 1.50 MB 6,654 36
847,910 847,910 000000000000000000016aae169216d7af0d666cb0768e146ced8f60d1402e45 1.52 MB 4,362 36
847,909 847,909 00000000000000000000f18b510097f62223ea8b22e494315150b0576d93c850 1.62 MB 3,580 44
847,908 847,908 0000000000000000000348903bc695bc75bbb1eeb4116048d75741667d3dc9aa 1.50 MB 3,648 44
Previous 10 blocks ↓
Total Size: 687.11 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,507.43 GB sent, 119.40 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.