Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (184,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,216 723,216 000000000000000000034c46db2fbee0ea773a2b200b923af42d303170be6468 0.70 MB 1,044 8
723,215 723,215 0000000000000000000834fba9f9310b4939fd81eaeb557f40da1a8465e5dd61 0.47 MB 478 18
723,214 723,214 00000000000000000002ca332690c3b6de18451b4e53c3ff510e8b46b50100e2 0.49 MB 448 2
723,213 723,213 00000000000000000004cfed06021279e3a2feabc9d6b26ec35f0a2134eba524 1.45 MB 2,582 15
723,212 723,212 000000000000000000003d7ead52e2f8ef42d89a3ae1f9e38f7d762d95259a89 0.46 MB 492 16
723,211 723,211 00000000000000000009a476995a6fb99ce0f71991537bbbf97e22f574f002e9 1.43 MB 1,581 7
723,210 723,210 000000000000000000056073049c4c18e81647da4fc3c078424221cfa084fa9e 0.12 MB 127 7
723,209 723,209 00000000000000000008826215f6823fa904fa0911bc9184278cf68336b6c6c5 0.50 MB 557 8
723,208 723,208 0000000000000000000756eda71d01f18c789faa44b3b9910a76b43a26995667 0.15 MB 326 8
723,207 723,207 0000000000000000000a82747bcd139381d607cfe144433884a951e804a93779 0.30 MB 226 6
723,206 723,206 00000000000000000007cad6a227a768fbbcba8e73e69608b0b3de8815ef0217 1.38 MB 2,043 10
723,205 723,205 00000000000000000003227e312bb747525f1e844c2fe2ac6272aa33ad271818 0.08 MB 155 10
723,204 723,204 00000000000000000002632417e0daf08589c2c58d81494925a74726a4dc0fd1 0.20 MB 235 2
723,203 723,203 00000000000000000008b5ba18c6192c4444c6be23e8b2fe086bbb272c58baeb 1.16 MB 884 7
723,202 723,202 000000000000000000001e2e9f3aa38cb281573320e713500990b7ceab09ca21 0.03 MB 22 4
723,201 723,201 000000000000000000043f46024972969fd466d20fa05a9a11807af77b268fda 0.63 MB 461 10
723,200 723,200 0000000000000000000698193043afedef295eca51a03544d3b538ed80729757 0.35 MB 624 10
723,199 723,199 00000000000000000009097ebd46be9d37731f5f42e69e4df66d84bfb65979c9 1.16 MB 1,791 9
723,198 723,198 00000000000000000003cc5c23c274f14e5963e7eff9ca7ad27bb7acf67d2bd9 0.12 MB 233 8
723,197 723,197 000000000000000000072c0dd2792a05f7a5373f8e7c360a29721dec6684a567 0.80 MB 1,212 7
723,196 723,196 000000000000000000010cf87d2540bc337dcd1080e336fa268ff3575289fafb 1.69 MB 1,959 8
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.