Memory Pool Memory Pool Refreshing

42,313 transactions
18.20 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,053 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,052 (139,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
729,098 729,098 0000000000000000000497c1cb91b047b35eb504c1b2f7c9045f292f1ea65f57 1.69 MB 2,490 3
729,097 729,097 00000000000000000008b8c9cb0b43317a647bfd3ecf7d02855b8b080f5818c3 1.34 MB 2,350 12
729,096 729,096 000000000000000000006d001ce72834f423b6520995c697f286f855254cbfc3 0.51 MB 1,218 8
729,095 729,095 00000000000000000009b18d57426206cf3b3c954733a768bc3c0ee18dc6066d 0.24 MB 555 8
729,094 729,094 00000000000000000004175cd479be9a5aa68256630de0de9c1c89998951d7f0 0.83 MB 1,307 9
729,093 729,093 00000000000000000009ad2ee582ecb058502481c6e9b2dddef2def4cb182c72 0.99 MB 1,980 8
729,092 729,092 00000000000000000001ee6cb9b233db1dff25c57e3b5e16d1c0d2d4c9a5afe8 0.34 MB 788 9
729,091 729,091 00000000000000000002da68a547d98d08f4aab60b9624b6b3a8102da1a8ea5d 0.63 MB 920 7
729,090 729,090 00000000000000000000da0dee165024dc9e35e8ddabf78a4502c4351598dc40 0.04 MB 89 5
729,089 729,089 00000000000000000002c1bac0d3a751c664eaaa538da317db5c0e706fdba57e 1.45 MB 3,195 8
729,088 729,088 00000000000000000006f29b11ce3a77f1040184df3a4f6c27d812d0f14bea8c 0.22 MB 571 9
729,087 729,087 00000000000000000009e3ab31fa13599aa8145aea09d4624b0e78b74c9ef5e7 0.26 MB 570 8
729,086 729,086 00000000000000000006d85aa268e053e0f8f6fa6b1fad2d483af8f61687e378 0.94 MB 1,522 7
729,085 729,085 00000000000000000004fa94077af4264a95581fe8cccdce6a1c22a44ac6e548 0.09 MB 133 6
729,084 729,084 0000000000000000000707f2a03c8e435f1a88c0a5ae0dc44890d6884397728a 0.80 MB 1,482 9
729,083 729,083 000000000000000000024e2bed07311881b01e67aeae1c2451b1e39290e43572 1.00 MB 1,774 9
729,082 729,082 0000000000000000000284507e8a982eacdd090515fbfc9bd378debc49b98c00 0.70 MB 750 8
729,081 729,081 00000000000000000002e50deeea32fe8fdfdcffb87ce5e4a44892ad5794b387 0.38 MB 306 6
729,080 729,080 00000000000000000000bdb0e8c5bc5121842d3d0715495bc2b170708cb98521 0.23 MB 416 8
729,079 729,079 00000000000000000000ba068c89f6145514b4b85b997fdcd925d9258e6346b8 1.15 MB 2,338 8
729,078 729,078 0000000000000000000631590dfe633137462d397cb2aa815f8a37bbdd021deb 0.03 MB 71 22
Previous 10 blocks ↓
Total Size: 697.66 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,058.59 GB sent, 195.84 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.