Memory Pool Memory Pool Refreshing

1,893 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,648 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,893 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,647 (831,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,014 77,014 000000000028e1f9c1e50e0e043a4655655b679312bc8bc2b5ed017f32ba29aa 0.00 MB 1 0
77,013 77,013 0000000000025086653c7a003d8457fd5605c941a5d4b565eb90ea451e354367 0.00 MB 1 0
77,012 77,012 00000000001015bfbbe03f1bad61f99d61aab14c63d72008ea0816c760e3abb5 0.00 MB 1 0
77,011 77,011 00000000003c158f7adbf326e559a2d544ceecadff20f62a261162baf3d7f7d9 0.00 MB 1 0
77,010 77,010 000000000005d353e062aaa97eeb0819fc073bee327d8749fd868fc7de249b9b 0.00 MB 1 0
77,009 77,009 00000000000d4caf1a27543f73f72ee1cc6504d7cf5c85b4aaad5cd93c697669 0.00 MB 1 0
77,008 77,008 00000000004909bffce20af77d865665c30d5a93b953bcfd309fffc063613be8 0.00 MB 2 0
77,007 77,007 00000000003e9bb402ec17b98dcc31dbf75a2408313cc345007a4286a9483142 0.00 MB 1 0
77,006 77,006 00000000005a7069676c291b3dd9a00d299866f45313fd4c3e85ec938fe89840 0.00 MB 1 0
77,005 77,005 000000000060ba1c74f05dc1f27dd53cd97a170969b0edaf49139ec93562d84e 0.00 MB 1 0
77,004 77,004 00000000004811a429abb5b999255986d14860ac14261c92d2b1051876f8a29f 0.00 MB 1 0
77,003 77,003 000000000009a2b7b3be3552d4b1543bfe0983ad2e43997c8103c85bbe314a02 0.00 MB 1 0
77,002 77,002 0000000000414dd96b36d57707f7f3662e342751b4f31df3ea93804dda1a5eed 0.00 MB 1 0
77,001 77,001 000000000060c75efb1726acb8da3f40c3431dc31c99c4ed76dd01240ebddc16 0.00 MB 2 0
77,000 77,000 00000000001bd84391562e354949ad0480b83f5058449cbcd9f249e9dbde91c7 0.00 MB 1 0
76,999 76,999 000000000040b0d8fc596e16e70058e24e0f7dc54c78ced389cbbdd8f20d2c34 0.00 MB 1 0
76,998 76,998 00000000002c9001fcac66732d0039b581ad5de5b7915d192941d1ad62cf590c 0.00 MB 3 0
76,997 76,997 00000000000dfeed2231f1b0485df22b10182fab093ca674f867521a978ec181 0.00 MB 1 0
76,996 76,996 00000000004e48343c161376e11b3bf0e6833fa59fb3b6cf35b9f92f196a0a8e 0.00 MB 1 0
76,995 76,995 0000000000095cbe521f016191fa35f4e6087976764e424fd8aee383125d75f3 0.00 MB 1 0
76,994 76,994 000000000018bd40c483075adb613b58870f617dc525b0f19a6bd023a718d422 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.37 GB sent, 101.42 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.