Memory Pool Memory Pool Refreshing

8,135 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,934 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,933 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,933 899,933 00000000000000000001d70a727dc8784a1d069c2a5820f3e539d5af40fea509 ago 1.40 MB 862 2
899,932 899,932 000000000000000000019b2ed1252e74d6a7cf7b579363c17b10bbb0aa6f1986 ago 1.64 MB 3,541 5
899,931 899,931 000000000000000000008bcb09d554cebe8cac3e42a656373266e4c63f4d1e86 ago 1.58 MB 2,351 4
899,930 899,930 000000000000000000007d35355379e935f9a1855f07f7b532fbd59c7b4c4410 ago 1.66 MB 4,462 4
899,929 899,929 000000000000000000001dede1df98f8d3d4b84dc1cdbf1b37bfc75ea470e16b ago 1.42 MB 2,907 6
899,928 899,928 00000000000000000001a1ee75a1ce4ed2f6277f12c24a9467c3a128296059b0 1.46 MB 3,511 11
899,927 899,927 00000000000000000000eb5f3ca7b1afb32f8c572da3ab97d81294e3849a6d4f 1.55 MB 2,916 4
899,926 899,926 00000000000000000000d2993782c089abff57960226bf8063d2ba9f6223301e 1.60 MB 4,080 5
899,925 899,925 00000000000000000001b6da2e906e0b89c962287571397c30168cea042a780e 1.55 MB 3,719 6
899,924 899,924 000000000000000000015d95d1de6947e4ee57ce420adbc08b90498c3596dc0c 1.56 MB 3,698 7
899,923 899,923 00000000000000000002051370fb51744d7a00d69965f1dd7dd9d06640f59325 1.64 MB 3,733 4
899,922 899,922 00000000000000000002016135291b2b68a1ef5930c155b266e489624eb00bad 1.64 MB 2,650 2
899,921 899,921 00000000000000000002190b59cc69e60308ab70b82e21ce6cb03699b4c74cb0 1.58 MB 2,065 2
899,920 899,920 00000000000000000001f24b521d6c209045011d3f1a178e858ac46679687c9d 1.52 MB 2,111 3
899,919 899,919 0000000000000000000097cfcdc4c99cf0ea4079d69c4cf1500fce884b5a81ba 1.58 MB 3,627 5
899,918 899,918 0000000000000000000083f790393088b1c3bea1af45daa546cf551657e1025b 1.44 MB 2,993 4
899,917 899,917 0000000000000000000113427b6168221665493690f1cb866aa6aab6d9aa06aa 1.34 MB 1,703 3
899,916 899,916 00000000000000000001b06f2c7816507500657a15966657349769cf0cc1be6d 1.52 MB 3,087 5
899,915 899,915 00000000000000000001239b9b03681b3ab46ee69e6ce8cb43cdc1748e11f6bc 1.45 MB 2,633 4
899,914 899,914 00000000000000000000f6776974241d331e3e6798c2f971e31def69cb2acc8d 1.26 MB 621 2
899,913 899,913 00000000000000000001e7dd648ab746a2d81fd6dc771939f9676a2300803956 1.55 MB 3,747 5
Previous 10 blocks ↓
Total Size: 755.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 545.24 GB sent, 27.69 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.