Memory Pool Memory Pool Refreshing

66,115 transactions
33.56 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,142 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 611 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,141 (546,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
319,961 319,961 00000000000000000d1342d301428009767c57959bbab58de8032b06af344534 0.61 MB 874 23
319,960 319,960 00000000000000001800d7e65e09f75ff7cb64752f9d0b582301130f08417958 0.11 MB 159 18
319,959 319,959 00000000000000002549cb81c042cdedda8c843456c208d9ecc85d026edca3f8 0.20 MB 335 25
319,958 319,958 000000000000000020617844a863abd3bed10de885685d7c040d3e001cff8800 0.12 MB 255 24
319,957 319,957 000000000000000018a9a6c39806292529a401918ec55e078306b35884814b7c 0.41 MB 615 23
319,956 319,956 0000000000000000223968d3b7256e2bd2b20ab6d939b4d6c8ae006a0cd6cc58 0.43 MB 633 24
319,955 319,955 00000000000000000fd0bbf800dbbfd7d0c4c2db1a85130c7aceb928e13f0799 0.09 MB 122 22
319,954 319,954 0000000000000000007c87d829f3c0e781105d204cff2ee3145c54b80c042a4e 0.04 MB 103 32
319,953 319,953 000000000000000002280ed3de7a5d0b5a73996cdfdbe4e0bc9796674fd6367d 0.48 MB 734 25
319,952 319,952 0000000000000000183352416beec896e78062dd462f9e034c3cb866f39f1bb3 0.18 MB 277 17
319,951 319,951 00000000000000001b4ed3a352c8ac6ee0c23a137fd1906b11de9f05f36974f0 0.53 MB 1,032 28
319,950 319,950 000000000000000016f9a2c3e0f4c1245ff24856a79c34806969f5084f410680 0.21 MB 345 24
319,949 319,949 000000000000000019d5281e47269030f34fabf702fd14856f2445c621335c25 0.14 MB 270 24
319,948 319,948 00000000000000000b7dd0733643d59122672328b5accb67cdb87017a1157a33 0.24 MB 464 25
319,947 319,947 00000000000000001a0fbcbe0336810eb46f22b153887a869f1618207a7021c4 0.08 MB 152 41
319,946 319,946 000000000000000024b3c38b23aa317f203bbec3fc329a00e79d6fba97999654 0.34 MB 553 25
319,945 319,945 00000000000000000b5b34d8805204d1a493e6911335b86b47435030766f5883 0.75 MB 1,650 32
319,944 319,944 000000000000000018bc2a37412a204a711e411102084bf5a37f61905eac6e9d 0.17 MB 282 25
319,943 319,943 000000000000000003bcec0fecf0de9a6eed277f54fabf4b7a9aed989f390543 0.52 MB 540 23
319,942 319,942 00000000000000000445eed73ebd880b4cd3f1846b86e7c57e1780d7e389e605 0.20 MB 356 33
319,941 319,941 00000000000000001dadbac50271dfbf6d4a8312266148aa7453d5d451e154fc 0.04 MB 82 32
Previous 10 blocks ↓
Total Size: 692.01 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,832.42 GB sent, 157.60 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.