Memory Pool Memory Pool Refreshing

64,293 transactions
27.50 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,374 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,373 (51,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,062 815,062 0000000000000000000164234ea450d0e45a7d5533d9446f4296a14c3adf0bcd 1.50 MB 3,375 16
815,061 815,061 00000000000000000002e39f0b25441bc3f2149a941c53dc08244077a33f8f89 1.91 MB 5,062 8
815,060 815,060 00000000000000000001e90a27325e938a27120c4eeff8715229df17a937e2f4 1.68 MB 3,712 8
815,059 815,059 00000000000000000003ac9a35a8b73cd6ed621ae50c232ff9b7898f11defb47 1.80 MB 4,213 10
815,058 815,058 0000000000000000000313773fc17d2ec17294972ce98d35539d59cecf0aea61 1.52 MB 2,416 8
815,057 815,057 000000000000000000005763785164c9c0e6f7a0bcce5af3bd5de823f98cb4c7 1.89 MB 2,141 13
815,056 815,056 0000000000000000000078e4dd6d3630cadf12c50cb8ef70d88e8244a86a9b9c 1.78 MB 2,276 12
815,055 815,055 00000000000000000003dceaf63b4c7456771140845c06a0de74253b20a314e0 1.54 MB 3,121 21
815,054 815,054 0000000000000000000089e1890b0c74e0420da359a3cd46240f61d4ee23f1d1 1.69 MB 3,826 9
815,053 815,053 00000000000000000002e6e6f02ae3cda8b0a583a2e1d8ed8976fadf08bc9996 1.56 MB 3,165 17
815,052 815,052 000000000000000000012ad016c7c1e60d0ee9e2fa249fa7992f558efee39429 1.59 MB 3,191 13
815,051 815,051 000000000000000000008d71da00e0976087fb66094d7419854103dc5d8937fd 1.69 MB 3,638 11
815,050 815,050 0000000000000000000322a1664be68c1e3a8c91efb11ed63e056011ab8c10ba 1.47 MB 2,270 14
815,049 815,049 000000000000000000011c49833418a871b8f118b44f4ae143f96f0cf50fce4e 2.03 MB 6,330 6
815,048 815,048 00000000000000000002d78710c3398839c1a2ea06969886f8367ee13ff76dcd 1.54 MB 2,663 8
815,047 815,047 0000000000000000000327bdb862ace7dcae1f786b543c9a3dfde47509435f8f 1.53 MB 2,890 18
815,046 815,046 00000000000000000004227c97574fe459b742595b8971e4039b92b25b662848 1.81 MB 4,005 5
815,045 815,045 0000000000000000000207360241551bef8db4e2c64c29995287b8764bc09a21 1.94 MB 5,226 9
815,044 815,044 0000000000000000000239d66cc3049a7478fe996b50757ab3c09f401a69ae61 1.39 MB 2,310 15
815,043 815,043 000000000000000000019f8236c6072857d91c31bf2415f3676a64a560d93d94 1.90 MB 5,574 7
815,042 815,042 000000000000000000015e82f9d88e8b7b638192bde2a5763abb628110f28714 1.53 MB 2,605 10
Previous 10 blocks ↓
Total Size: 692.43 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,846.35 GB sent, 160.39 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.