Memory Pool Memory Pool Refreshing

1,023 transactions
18.98 vMB
Show Random Selection Loading Transactions
Max Size: 76/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
908,325 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 820 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,324 (858,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,203 50,203 00000000229ec9678917bbf7e206a770040ecd87e388fb17a1fb5e09082919aa 0.00 MB 1 0
50,202 50,202 0000000016d188a1b44dda692e6a93973a8e615b4a7a3838c30ff93f1bfd3b82 0.00 MB 1 0
50,201 50,201 000000001d8a42889c8c62a7c79755def64f13ec0bff0fcd1bcf857e3c728ce4 0.00 MB 1 0
50,200 50,200 0000000027fe8dce3f77317181ce3dcb0bc295cc74af1b81afbd4c4d789baea9 0.00 MB 1 0
50,199 50,199 00000000051786907eb98b5cf8c9169305691f160f3839daf3cd5e08e0c26218 0.00 MB 1 0
50,198 50,198 000000000cbd1547c90300b87d3e99d4e9c9038eff4014f7c16fbb7895a5c1d7 0.00 MB 1 0
50,197 50,197 00000000082b9d840cb962846375398e052582f46a4560c4e0c2caa2d6e43a18 0.00 MB 1 0
50,196 50,196 00000000261b62c3608777d4f87cd32d266f06e1e07075215a62badd2e4db148 0.00 MB 1 0
50,195 50,195 000000000559f938db6a25689bfa7cb685e6ced866395f3eb59673a01d99aced 0.00 MB 1 0
50,194 50,194 000000002075b7bf5af7021f1d77d195fbb2f25de24954ed1330eb6b445dbe9b 0.00 MB 1 0
50,193 50,193 0000000012e0c2e97af5d9af5613175a4c8ac1b18d6107b91a43b4b4732356c4 0.00 MB 3 0
50,192 50,192 0000000010ff9b8380a800b13376cee30f1e9ce2a9731f54e39da056b31236c9 0.00 MB 1 0
50,191 50,191 00000000235b4a22e5160ac93990856e15f74ed50f3502ce3f44e89c4ba11c70 0.00 MB 1 0
50,190 50,190 000000001e3b4253c483dfe7fd86cbc51bb2536a41bbf55e242f9409d8e6e925 0.00 MB 1 0
50,189 50,189 00000000085a0c3d351ed27cef64d4a7ef49992595a13f92484acaab394fe91e 0.00 MB 1 0
50,188 50,188 0000000023ecdb373a74a26d294a3d8e5ac44baa0953e35d29a8c00c5355f435 0.00 MB 1 0
50,187 50,187 00000000074858cf10ca285e873820e74bb0ed4ca65fe9f846f46bd345a1e163 0.00 MB 1 0
50,186 50,186 0000000004f6295d6f88f22c2beb3c70f3375e04fd7d869a8ed2e761be1035f6 0.00 MB 1 0
50,185 50,185 0000000014245037bdf0b0d6d6eaa0dac02c352b84507e822a7a243a1b31934f 0.00 MB 2 0
50,184 50,184 0000000013bcd19525822cf3f60d18e6cf1ec784744ac0958a1a14e98940ac76 0.00 MB 1 0
50,183 50,183 0000000005da003d3511eb2016b67c2c7ab51821a200005f1375f1b06395d876 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.27 GB sent, 98.67 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.