Memory Pool Memory Pool Refreshing

2,795 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (721,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,018 186,018 0000000000000023e98b9f4ac291c0b9fe717878a444619320cb40521ba7b0d1 0.00 MB 12 15
186,017 186,017 0000000000000881968889a0b018a293fb84829201550496b29fd499c675f808 0.00 MB 14 45
186,016 186,016 000000000000005de7aa79fea8641275bdc8087a164489b7801fa0ffef5f644b 0.21 MB 436 112
186,015 186,015 000000000000083f9d8da8c528ef3acfb8a5d1c861edd3e7f6000d4bd2a66b08 0.02 MB 24 60
186,014 186,014 0000000000000506050e750602b0c750de62a333909e68dfe7f69fffaa7c83f9 0.05 MB 134 68
186,013 186,013 000000000000088bb2315060a3c891d9db5f47622ba76fabbb7e2290b3ab3cb2 0.13 MB 267 97
186,012 186,012 00000000000003171dcf781255bfa7af3e3a5b65ae8fbff9b3991bdd3e8f2a4c 0.19 MB 568 147
186,011 186,011 00000000000004ccd3377974409d8dca6eabe41eaa9f7f96cf15b39987ceac37 0.01 MB 20 214
186,010 186,010 000000000000038edec20f6679e96ff6407a5c2bb52dbb528f7886464bd1f9ff 0.07 MB 153 123
186,009 186,009 00000000000005f34a15092b3b92d0e1c5306a678f19e6fda86b3ae8cb33001a 0.00 MB 9 58
186,008 186,008 000000000000040d5a4507c7257e90e5347768fdd09a63644de9509bf3e2f0b2 0.01 MB 15 33
186,007 186,007 00000000000007c67540a9462d578f21b9c75362316b8d201bad37cb9e6b878d 0.03 MB 75 82
186,006 186,006 0000000000000525d0c3684a1c7f48179e8f2bf694e985a7ff3abbcb3583b646 0.22 MB 367 114
186,005 186,005 0000000000000559c892988e265ff006ce28687a5e6cf3f57a3a0aaa2737bba8 0.02 MB 47 102
186,004 186,004 00000000000002878b54a89f5dc9c9aa008f10be7a4e94fac4ee1091f7fb24ac 0.05 MB 93 96
186,003 186,003 0000000000000767cfa2734e7aac0e467876f581524d7cc290df320dccc647fd 0.02 MB 37 76
186,002 186,002 00000000000004f160c064c898624cd6c7372651b0a45ce02f3362b324abcafb 0.11 MB 270 463
186,001 186,001 00000000000008db6520c33d4d75470b1a5fc5ab34670655b6a18f0ca7b860d1 0.25 MB 646 142
186,000 186,000 000000000000072ede9629fd1fd1af3cc2baa0e637f1959f34884be0e160dd1c 0.05 MB 156 101
185,999 185,999 000000000000069af7d4314c0c4b27d56b8206747623474fd498736d48741a10 0.00 MB 5 155
185,998 185,998 0000000000000255bfd452ea5ee9421d0a59f32f872c943c0c724ee8ef8f894f 0.05 MB 75 60
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.