Memory Pool Memory Pool Refreshing

26,197 transactions
28.41 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,434 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,874 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,433 (69,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,959 792,959 00000000000000000004f9f57c2f9607111033f960c134c4fbb6f5ac91d5f364 1.56 MB 2,935 28
792,958 792,958 00000000000000000002b3e20788f69d8cc1d425b33e44393e601a1df3b0bfbe 1.41 MB 2,442 23
792,957 792,957 0000000000000000000255e364233dd5ee23a05578b0e47a39f2a41c8781099b 1.68 MB 2,686 22
792,956 792,956 0000000000000000000039bcfdeb609d5064cc4f208092e97d69ba1fd5975fa2 1.69 MB 4,184 19
792,955 792,955 0000000000000000000472e48d7e836a0fefe277f2cf029571237a2693e49c8c 1.58 MB 3,253 33
792,954 792,954 000000000000000000032d6a0436b0188f92ef2422b407a8c92e8341dfa40862 1.62 MB 2,879 24
792,953 792,953 00000000000000000000dcf73b1e58951b6b71ac81a0b986324d92d2492382e9 1.65 MB 3,813 28
792,952 792,952 00000000000000000002655a2c017918fb193473d1c06ad971d740c29d02df46 1.60 MB 2,658 25
792,951 792,951 000000000000000000031ba537043e61264f41719000d9098290408d394cd89f 1.62 MB 3,203 38
792,950 792,950 00000000000000000004ea5884b49bb9de1137d058562be3e5c89d53be943dc1 1.59 MB 3,368 34
792,949 792,949 000000000000000000035582225c2744ea96d21d5484b38d5c29c8d353055189 1.53 MB 3,403 43
792,948 792,948 000000000000000000024efc815f90458f4456ec4b77844bacadadb2fadd9c0e 1.48 MB 3,238 28
792,947 792,947 00000000000000000002b194569fd016fc9d51aceae3584be314955668610b20 1.68 MB 4,100 35
792,946 792,946 00000000000000000005113b9fb4d746ecaad09166f4daa554978645b9a8a36a 1.57 MB 3,444 46
792,945 792,945 00000000000000000004b5135dba19a8e55e6b5d05db8ba65572efd7bce7f077 1.55 MB 3,379 45
792,944 792,944 00000000000000000002c1f6cc0c6c05b880240bb2d7e5af760be669d32cf6d4 1.69 MB 3,715 36
792,943 792,943 0000000000000000000124a1b08c9f8488d4aa9a357645b1ce57c33cdc100dda 1.61 MB 3,742 45
792,942 792,942 00000000000000000003e784c81519e78562b2eca290747e0fd1e1e605ee9976 1.66 MB 4,044 40
792,941 792,941 000000000000000000051786fc2d05eaac1daa1b78cd71c0553ac8ab6bb2f383 1.54 MB 2,775 38
792,940 792,940 000000000000000000037851c90c6b619de45739ad12e4c171aaaa26eef34481 1.74 MB 4,029 29
792,939 792,939 00000000000000000003bf7d4a9d294edf25465ce0042f4844a55b9b325a79d6 1.67 MB 3,323 32
Previous 10 blocks ↓
Total Size: 684.99 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,368.85 GB sent, 104.90 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.