Memory Pool Memory Pool Refreshing

7,140 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,618 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (853,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,062 55,062 00000000075df922a68cb9cc7aff7631a8acd3de3cd161bb5fc33a1819e5172c 0.00 MB 1 0
55,061 55,061 000000000f0a4fe531ce45a00b520a404332cce8742fa8eea32eeb9c0207c3db 0.00 MB 1 0
55,060 55,060 000000000fc174dfe9bf679533a79834715c5072451b8ee30641dd2e05f0395b 0.00 MB 1 0
55,059 55,059 000000000865fbbb878bc293bbb49b817b87dc91f24802d33a20129c20172275 0.00 MB 1 0
55,058 55,058 000000000ca0ff34921259c52620510f30b40a51d30306abc0104143888b621a 0.03 MB 6 0
55,057 55,057 000000000bbf6e3d4121b3f31b52d55e036e3d6331986d7c7755a38111527367 0.00 MB 1 0
55,056 55,056 00000000108c2a294a1263bbfe586109edf96d3e6efff75c3c274b020cbf63b8 0.00 MB 1 0
55,055 55,055 0000000002e3d27acc83c6078e247eefd55c08b5715f0600b5b22838deeb963c 0.00 MB 1 0
55,054 55,054 0000000006e912650c039e0fd3f648ad519629b5d1d9c8883880c6f5e4041765 0.00 MB 1 0
55,053 55,053 000000000752656e9139c5cd6962b74dacc32f177a2e5504d9474c3da433ebf0 0.00 MB 1 0
55,052 55,052 0000000008ed9bd99edf4a284015905a58c2e07b8e55cad1d675f4ce134b57e6 0.00 MB 1 0
55,051 55,051 000000000eee067257d72afab77b1296b336d15f886ce94682ba1682c9395fda 0.00 MB 1 0
55,050 55,050 0000000009ee3f2dd160eba6f409efab3e57a6b037926b7ee88e91a09ac9953f 0.00 MB 1 0
55,049 55,049 000000001399b02a12dde2d5fefa3bc3492ecd6de80660700b1cc674aa66a954 0.00 MB 1 0
55,048 55,048 0000000010af6bbe7c9f19781567a610c2cb888bf890b7a73a0dc13616803825 0.00 MB 1 0
55,047 55,047 00000000096bb781caf17e91d12f2d9cc41b2f71f7c422e0cb426933eb8a75cf 0.00 MB 1 0
55,046 55,046 0000000013a125d1a65a9f57beb11274409a88efb9b9fe782f17f01a5a24acc9 0.00 MB 1 0
55,045 55,045 000000000d3f1a72a852dee561a3b43c50e58335079441d204fceba51e85b324 0.00 MB 1 0
55,044 55,044 0000000004fb5b3e2cba1afdd2bcab678db86e697eb5aa7406c1744b246e58cf 0.00 MB 1 0
55,043 55,043 000000000dc0a61eb5028e43ce0341192aafcbba87a6d8b7bbd64d8134ded71d 0.00 MB 4 0
55,042 55,042 000000000663566bdf45396ba610879bdfe6cb9ce0f9d901b0f669682251d73a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.