Memory Pool Memory Pool Refreshing

7,054 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (527,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,161 380,161 00000000000000000a6b61e5fb4f35d1ecbd8377dbd23d00e3a4b3e2e6a03d32 0.60 MB 1,292 38
380,160 380,160 000000000000000010d2c57fbb9f9b00e215ef50d03156d9ee6266b7ba135a83 0.09 MB 131 18
380,159 380,159 000000000000000005ec9c495bb24ddbdc0428b00b4160575d9c3a19df42767a 0.30 MB 592 34
380,158 380,158 000000000000000000fdb6244eefda4dc4716c94b6f5dd00e5aed91e45f791f1 0.00 MB 1 0
380,157 380,157 00000000000000000953a4ce4b2ab36f7ad3ef12b881854953ed65a4a1835d58 0.19 MB 313 24
380,156 380,156 00000000000000000f0fd6aff7acd36c702ecd46529915c91cbf6bb076c51182 0.95 MB 1,198 19
380,155 380,155 00000000000000000f3e748c3b4f3fbb2df40370f3d1fc3fb29a41d311b5bf4b 0.93 MB 2,660 54
380,154 380,154 000000000000000007e1eac2565b9b0f5ac335eb042e2c791784cba3ac3dabed 0.24 MB 434 37
380,153 380,153 000000000000000008dca4d506e5e7a3d1c4dffb3b1d6132d1d18f20301ef4ee 0.28 MB 572 40
380,152 380,152 0000000000000000002703c31d324bbdfd9cbe2b2dd9d5fa37306664b873a7a6 0.00 MB 2 0
380,151 380,151 00000000000000000bad709e3dc581f62fcc3440f7f4094710d45e686bb52796 0.13 MB 200 24
380,150 380,150 00000000000000000af6a0ce58cd995c7d1285e4ffbe1f6503eddf9f22f2a1ac 0.41 MB 574 49
380,149 380,149 00000000000000000e0693bee892d4a5b428d47924085b29b6142bebfc9dd360 0.75 MB 1,311 33
380,148 380,148 000000000000000008e38279baf98a1e8a41708e14e2f4267bc3e1f54099ea7e 0.93 MB 2,053 53
380,147 380,147 00000000000000000df72a195027b0f2ed00a769b76d8a7e8dda4a9e8b703f81 0.14 MB 249 30
380,146 380,146 00000000000000000fc3a2a2a2adb7d134cfdfe67796ca13fb43ff84e601c89e 0.44 MB 941 34
380,145 380,145 000000000000000000a758d6b0d014f68727a24a8d1d2a7aa373fa7e3856e77a 0.75 MB 1,503 36
380,144 380,144 0000000000000000031287b53c3bfa138879479b5dce4f52cfe9d53ab3328ebd 0.20 MB 416 28
380,143 380,143 000000000000000007216d81c0b9b771e90b4318bfd332ed9423a05412091f96 0.72 MB 1,026 25
380,142 380,142 000000000000000005e143c1c6f466a25ad4b82cb4f582bda901431442db092f 0.93 MB 1,867 36
380,141 380,141 000000000000000001aa8f25b2c219fc0ca1e7c5e99818938e69ab83db16e302 0.75 MB 1,613 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.