Memory Pool Memory Pool Refreshing

4,756 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,660 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (581,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,637 326,637 000000000000000008e138c80168b5890c35c5c92b7a0d302243ca7545e0bd58 0.38 MB 676 27
326,636 326,636 00000000000000000ed6f5f923adefa56197924bb7886ccdfa6c3414e34ebe92 0.00 MB 1 0
326,635 326,635 00000000000000000f6b279c57e1249e35af96650a1cfc4c2f8ca3243b2ea0ef 0.16 MB 316 27
326,634 326,634 00000000000000000a4e641616cef4877f4a50cc2331117b9858e4233906f964 0.70 MB 1,216 27
326,633 326,633 0000000000000000035cec33125e54810c8e818399ccb42cc440bff751aaf13b 0.05 MB 88 22
326,632 326,632 000000000000000003d6db95a6ba31ba2107a9ae174cd2cba78b79e2b2cf6c1b 0.07 MB 171 32
326,631 326,631 000000000000000012eefb986c99920f1fdcfc1d825b4b382ca4457dac71a39b 0.09 MB 184 20
326,630 326,630 000000000000000019342cb193a7820d8db0d1710ade76bc8cb4eb4e8c770ffe 0.53 MB 994 29
326,629 326,629 0000000000000000010f25cd59c63a45ec8a732ba3d6c1cdb699cd6bdee5192c 0.39 MB 805 32
326,628 326,628 00000000000000001d30f44851bd1a16489cd6c98886a5b567e9673776a47411 0.41 MB 803 30
326,627 326,627 00000000000000001511a428cba2371ac091dc5587a9b53f5a912b6444423a06 0.26 MB 638 33
326,626 326,626 000000000000000005883a7419707529893696d54bcc6a97d2b1c4ee76b1759e 0.22 MB 324 32
326,625 326,625 000000000000000013b4e6e380fc10e76e382e884e2e31a7bb187ebca5fb1012 0.12 MB 262 29
326,624 326,624 00000000000000001d5900d0bf33fd6e64070a746655ccd597ae0d70e11568f6 0.14 MB 264 30
326,623 326,623 00000000000000001af747b7af80e96be02819ea675ab7c281e545ae1261196b 0.55 MB 875 28
326,622 326,622 00000000000000000652a100afb4e530d41527e2d7b700072fdf26da03fd5f97 0.01 MB 32 8
326,621 326,621 000000000000000004feb8751ded3a7aaca2495813f05df87bf4003c8df23109 0.06 MB 124 29
326,620 326,620 0000000000000000106ae298d3979481078e5c076f4a20d95d74c0d8744c19a7 0.13 MB 199 21
326,619 326,619 00000000000000001d3f3fc6a3dbcdb63a475518a2db6aceee97e1ba9270751d 0.16 MB 217 20
326,618 326,618 00000000000000001015f16818648b03a1616bb63cf037aa682fa75aefbd4d0a 0.21 MB 361 25
326,617 326,617 000000000000000019c7a36ec8e970f31edd7010de89e104753cbc07846537ed 0.55 MB 868 25
Previous 10 blocks ↓
Total Size: 769.40 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: 1,644.73 GB sent, 94.97 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.