Memory Pool Memory Pool Refreshing

46,475 transactions
25.82 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,058 (54,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,932 807,932 00000000000000000003edd8df290c37c74d72424f3bf504959d3d93916d12b2 2.10 MB 1,747 18
807,931 807,931 00000000000000000001fb41d13231d0f4b4ca1eca80801ee697da2fdee84db7 1.66 MB 2,740 14
807,930 807,930 0000000000000000000516176ebfc527255f2c932f5e808a25981f11116cdf6e 1.48 MB 1,595 16
807,929 807,929 00000000000000000004bcc50688d02a74d778201a47cc704a877d1442a58431 1.78 MB 1,567 19
807,928 807,928 00000000000000000000b61c3e069978e3c57d09684426d9395d7ae429d24247 1.59 MB 2,218 16
807,927 807,927 000000000000000000023bbd464e1920a979fededf8277fd32b64818e82e606c 1.36 MB 2,573 25
807,926 807,926 00000000000000000001d3f011a6ac786b95dab57070872e037a30e58351b5d8 1.82 MB 5,040 13
807,925 807,925 000000000000000000031d8060c998945e26d7f1442e2394db3ed8d9c3a17fbc 1.73 MB 4,144 14
807,924 807,924 00000000000000000001efb89ec07065c76e95969605695d8c148d4d7cd5a72b 1.89 MB 5,428 12
807,923 807,923 00000000000000000004b7b80d86169be141f2296eaaf314805e7f8ac359575c 1.66 MB 4,219 14
807,922 807,922 000000000000000000035bdd15762db4c05d79cbd9398e107c455a13c7ae944b 2.01 MB 5,969 14
807,921 807,921 00000000000000000000e49285b57268d73903c96b2a73d0c36fbaf7b95a8d67 1.80 MB 4,755 14
807,920 807,920 00000000000000000004e7909eceda57f3b04c41b38e171c8ebd61d4326b6828 1.76 MB 4,198 14
807,919 807,919 00000000000000000004f0ee9f53f51399bfe3988c069fc9465cb7e61f05933a 2.17 MB 6,499 14
807,918 807,918 000000000000000000024a2602b893b1a71b970ab51a63c0cd7414cc7d3211fd 1.71 MB 4,423 15
807,917 807,917 00000000000000000004ba72509c0681af0fdb5ccc75276c9dae041186eb25dd 1.57 MB 2,547 14
807,916 807,916 000000000000000000033092ef539231874f0dcf31a7367b1c4ccc16c41b707b 1.73 MB 4,412 14
807,915 807,915 0000000000000000000070e0c91ef585b3f79fd192372305613577e130b1e707 1.78 MB 5,001 13
807,914 807,914 00000000000000000000ab558f2a344f569bb1af1c896ca1920e2834699893e9 1.87 MB 5,219 14
807,913 807,913 0000000000000000000247191a9210a767dde0e066c3f34a81b61ea2761367b1 1.98 MB 6,061 14
807,912 807,912 00000000000000000002df7a12e6ae20e6707a06eaa5eba7378cb84a0a90fdad 1.58 MB 3,305 13
Previous 10 blocks ↓
Total Size: 684.27 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,332.14 GB sent, 100.19 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.