Memory Pool Memory Pool Refreshing

22,960 transactions
37.05 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,145 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,150 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,144 (53,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,093 809,093 00000000000000000002c2fe990ae8dc2092ce3a3e0e9e1416949bb7be86fd41 1.83 MB 4,263 21
809,092 809,092 00000000000000000000d96ab3d9b284c98dcbec606d80afe6da0b695a5484c3 2.07 MB 6,542 23
809,091 809,091 000000000000000000025888f7b1b99d2aac7193863eccc0f850963fffdf56a0 1.55 MB 2,778 29
809,090 809,090 00000000000000000002181596f9c5b3c3fc7549eacd8b941b3adfd49c267634 1.66 MB 3,470 25
809,089 809,089 0000000000000000000087a8b28ce1f5ce44bba111b3c6cd156bfc3b5cac59e8 1.95 MB 5,321 26
809,088 809,088 000000000000000000042c52dc4b410b6f2a456ded0628f103b26fcbe265a6a3 1.26 MB 1,250 30
809,087 809,087 000000000000000000024991ec549ae33c04d87450e61f0b138722dfed213d24 1.72 MB 4,253 29
809,086 809,086 000000000000000000033c546fb25a5e711f1f93f2dd155ec454c10471070ba3 1.60 MB 3,310 28
809,085 809,085 000000000000000000023b9a21f06463242749e68ddfead94327de3b460130e9 2.07 MB 6,746 25
809,084 809,084 00000000000000000000a0a4dbddcc8318ef724bdda8d2872fa37143883c4aec 1.58 MB 3,473 25
809,083 809,083 000000000000000000016fdcea491b4032f4d74f6ce8836a87b42d8ad567dd9d 2.00 MB 6,367 26
809,082 809,082 00000000000000000003b2041fe1132720fa00f3e7db8996ecf08fa763b5f704 2.04 MB 5,040 21
809,081 809,081 00000000000000000002fae0043cb2e5b84a06494507406d3cf8eeef705bae68 1.68 MB 2,810 27
809,080 809,080 000000000000000000004ab7c8749f07233446463f31f382aa1bd9196b4427b2 1.92 MB 5,931 25
809,079 809,079 0000000000000000000345c25684aa56e00b1411a5ce2706a5719ecc0827f671 1.71 MB 4,495 28
809,078 809,078 00000000000000000000f15b73bef53f4bbef63e62b60f3a52d0b159c05e4dcb 1.68 MB 3,602 22
809,077 809,077 00000000000000000001d383d1023d517d6e7d23620a03a54d008d52db44c3d0 1.99 MB 5,900 24
809,076 809,076 000000000000000000020325fdae0ce86379f796a7c95708bdb750dadc9cfb87 1.61 MB 3,683 30
809,075 809,075 0000000000000000000494d9ce732ccad40c2cbc03319428b232b3770d62bf36 1.81 MB 4,508 30
809,074 809,074 00000000000000000001469b9da89255bfa2b47a9015b74ad916e0c9ec3deb8c 1.87 MB 5,457 28
809,073 809,073 00000000000000000002d23eb4b6430184f1f238bbe714b4720d72dc5f57226c 1.60 MB 3,756 33
Previous 10 blocks ↓
Total Size: 684.44 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,342.83 GB sent, 101.20 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.