Memory Pool Memory Pool Refreshing

9,925 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (545,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,210 362,210 000000000000000013cc045f7ba712f791e910e8c7ee3c94b7cacdc50af41afd 1.00 MB 2,008 30
362,209 362,209 00000000000000001044671d057e4734e5e1ca00fa8043ca068b6e6c95e7cb59 0.34 MB 729 29
362,208 362,208 0000000000000000151bc9588bd21d434108c698860c5d00f57fa032774bbcd8 0.06 MB 126 25
362,207 362,207 00000000000000000acc73146fcec4291f9ff1a13bdce3a274416c5aff8d582c 0.03 MB 48 20
362,206 362,206 0000000000000000069d47094e7778bf4afb0d29dc9904022312bcc15f64dc76 0.18 MB 349 26
362,205 362,205 00000000000000000553341fa16ecbd4f91a28c26d59ef5eee042df66ff00a31 0.71 MB 1,332 26
362,204 362,204 000000000000000013f040101d341fa0068835f334857915782138f37da0c722 0.46 MB 884 26
362,203 362,203 000000000000000004c59dab7521de56a7c3b8ed41154862b7fb6b5b38ed2c1b 0.28 MB 539 24
362,202 362,202 000000000000000005c9fe9eca30d1f7e2546499777b683dcb0b28a4eed7b8a2 0.62 MB 1,137 28
362,201 362,201 0000000000000000063a2828f2620590cd6b40e6af35badc547aa9a2a05a5836 0.12 MB 274 33
362,200 362,200 000000000000000007af2ea880abbdfe94aa3e0b36472c27db54423178898c98 0.10 MB 78 8
362,199 362,199 00000000000000000753f491f204d2d4b542ed91e03b772429d1a4226c61dba0 0.08 MB 166 22
362,198 362,198 0000000000000000042085ab4dbb6a959cf330dda0324fa33aa60d59cef5b358 0.25 MB 415 23
362,197 362,197 00000000000000000097888c59042d8874398577a935681bcfe77db84c38129f 0.49 MB 932 28
362,196 362,196 0000000000000000083626de403b7dad7196fad66209dd223ad3ed53e4821e90 0.36 MB 726 22
362,195 362,195 0000000000000000061317c42e17798b4945d7d79f508cb399221fc79f7accd3 0.75 MB 1,536 31
362,194 362,194 000000000000000013a1e4393506c097c385f7218c1e0d7ff64e3a6503bffcef 0.23 MB 430 25
362,193 362,193 000000000000000000a1d90e399f57b30d0fef301f8637ae9a19878db778c937 0.25 MB 374 17
362,192 362,192 000000000000000012d2793ccd42440281d0c9b69e4b007793d58c894ba48444 0.67 MB 1,255 29
362,191 362,191 00000000000000000f8fa475d93cecfa4476950fdc6bd59380dce93f3c1d1687 0.62 MB 949 18
362,190 362,190 0000000000000000096a0f0679b4c4fccb216b6a06b171f17d1cd6d276288090 0.75 MB 1,592 31
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.