Memory Pool Memory Pool Refreshing

6,957 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (112,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,178 795,178 000000000000000000041f80a8aba812b187bb137111425050a8ddcae2fad6c8 1.67 MB 3,827 21
795,177 795,177 00000000000000000005123b96f01a75cb5bf1247d57edfdd9f82467a2df91f8 1.59 MB 3,894 40
795,176 795,176 00000000000000000002bf03caefc811c28d80dca0dd2f944d1ef0fb00454da4 1.78 MB 2,345 15
795,175 795,175 00000000000000000001a85e0711f9716497d3d66f59f2489b5a94ca2f138ce5 1.61 MB 3,799 18
795,174 795,174 000000000000000000019a0fea256d5dee1676cf1620d6e35e13fa00efb68ca1 1.63 MB 3,612 19
795,173 795,173 00000000000000000001176c18856ae09a1a4c23255c37b605669e50964b42ef 1.53 MB 3,544 25
795,172 795,172 0000000000000000000417acd5ce540b2fcfd79ed913e3c39962bcea5f21eb4f 1.33 MB 2,238 25
795,171 795,171 0000000000000000000484b5f5566da15637191ed2a81e8eae7a7eb00eca3262 1.71 MB 3,557 20
795,170 795,170 00000000000000000002e6ea55119a2f3059d195d6338f7ce66f246bebd26b0e 1.84 MB 4,551 18
795,169 795,169 0000000000000000000097fc4c70d69c0f921a556a7287f3e4a98fe44a2015d0 1.62 MB 3,743 18
795,168 795,168 00000000000000000004ed3c6b1d56e3fe6a8f90ab94db26ccb87c7f85b620cd 1.81 MB 4,806 19
795,167 795,167 0000000000000000000069eddb28d8af9662bb71047044af45c1cd506431de65 1.67 MB 3,955 30
795,166 795,166 00000000000000000003582de99641f0059de3cd264df51cf76e8d2d99fa23d1 1.56 MB 3,762 30
795,165 795,165 000000000000000000007f58b2bf2a7bf11f3d8727b129f75bc93845319c6fe1 1.54 MB 3,619 23
795,164 795,164 00000000000000000002cb20152be1db04f7440c6c6d2c443a5c4984fc91b4a5 1.51 MB 3,461 18
795,163 795,163 00000000000000000001ff2930aa4fd2cf07c0b307c252de83f20003cad3b86c 1.55 MB 3,810 23
795,162 795,162 000000000000000000036205a4c3da7c9fc068e66dbe14ffe3023767da809a65 1.63 MB 4,058 18
795,161 795,161 000000000000000000046e60c0a6ae306b8da4509d822a4d89fdb994f1642b34 1.56 MB 3,534 28
795,160 795,160 000000000000000000033d4e96949a9f7cc75a17eb471e99c9d26c11be2a125c 1.66 MB 4,622 18
795,159 795,159 000000000000000000032a2ed24ff0818a4ed1aaa8886dffd7dd96d056bad73a 1.55 MB 3,818 34
795,158 795,158 000000000000000000026d9633bae47e90832b87232b306deed6a940fff7294e 1.60 MB 4,241 20
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.