Memory Pool Memory Pool Refreshing

67,119 transactions
24.85 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,038 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,037 (46,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,522 815,522 0000000000000000000242b55dfad272ff846ffa1b285593ec50732c72a34215 1.72 MB 3,703 46
815,521 815,521 00000000000000000001e5e992188f41f8e913d87d1ec03debf42e0318ee7e6e 1.59 MB 3,629 48
815,520 815,520 0000000000000000000273ec0632ffeab4524b47a4ee1b28f9dac43c54f5bd0e 1.81 MB 4,932 35
815,519 815,519 0000000000000000000057b9f1b9dba0e3bcab586b97c13e19d31bcebeadc78e 1.81 MB 4,823 32
815,518 815,518 00000000000000000003cabbf6673be59044ee56713694a1dca81ec3c4249fab 1.90 MB 5,417 35
815,517 815,517 0000000000000000000146074e5c06fcc0588c3ae17f1684eb96ecbdc29dd5b1 1.71 MB 4,324 31
815,516 815,516 000000000000000000022769d2028fb36c6542f932cfd56bab7f722c9bb1200d 1.61 MB 3,624 43
815,515 815,515 0000000000000000000166359895ebf1010d0ba2a5ef491784cdaf7e73fd5aa6 1.67 MB 3,669 51
815,514 815,514 000000000000000000017e05836bfba0b6e192f45d053db942be1fc9b4b83579 1.56 MB 3,447 49
815,513 815,513 00000000000000000000e6d25c3fb0541f21aba57fe3946ff188fff3d3cde2ac 1.63 MB 3,159 53
815,512 815,512 0000000000000000000347e559e5217ca988d2ff80993c28693eeede2a67ffbe 1.65 MB 3,674 39
815,511 815,511 000000000000000000043c16d8942c8a8da2cef609637bf08ec5c01bb15afc3f 1.54 MB 3,342 61
815,510 815,510 00000000000000000003be57463945595da20de4299a1a8030465b0faf2404f2 1.64 MB 3,200 35
815,509 815,509 00000000000000000000fffd11fd6259a849546078019cea340d2a35699fe777 1.56 MB 3,223 52
815,508 815,508 00000000000000000001bdc597cf7c65e5a740db18875b95071f14f3a7a7b4c8 1.55 MB 3,348 44
815,507 815,507 000000000000000000041fd1d23104a9de7920e9002e29303b11cc6335773c9d 1.49 MB 3,352 63
815,506 815,506 0000000000000000000393fa0584c84f9d51af58901d0f0de96a31e21dae6098 1.75 MB 4,563 20
815,505 815,505 000000000000000000009393d1fea63c7692eff57fce3ec7807a77694fdee0a1 1.64 MB 2,784 25
815,504 815,504 000000000000000000007ef6a12724ec14f1dda86919c29dcefb4281d1d4643c 1.63 MB 3,299 37
815,503 815,503 0000000000000000000329d635c06ea03b876f97d66dda0c7a318c725496c5ed 1.64 MB 1,660 19
815,502 815,502 00000000000000000000d0f4ae1869a49416fc3a8e4d521d05c435ec9a1c74ac 1.59 MB 2,835 50
Previous 10 blocks ↓
Total Size: 684.23 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,330.49 GB sent, 99.93 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.