Memory Pool Memory Pool Refreshing

9,031 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (728,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,368 179,368 0000000000000a881c69977c9379b2e3ba23dd520d19addcf0538cbbce92aa9e 0.05 MB 125 107
179,367 179,367 00000000000001859add4331085cd5f8e96c16a638ba27ba0b24be301b403fa2 0.07 MB 155 183
179,366 179,366 00000000000008db0ca880df1f4f451ddc900e6c631840904a6e7617a927c5af 0.13 MB 150 203
179,365 179,365 0000000000000115648e0cc859ec890d7eec4fb4329b69c0213b566850af8ebb 0.01 MB 25 82
179,364 179,364 00000000000001fbd87dc7a2ca52346c9df564da2f4da03b3fc89b03fac15715 0.00 MB 17 313
179,363 179,363 000000000000059b18aa5defdb6f2759ef1d687c092050e2e91b1fb7f7559521 0.02 MB 46 141
179,362 179,362 00000000000004d0b9045fefcebb7290a7f960ae283b3ee199f5ff92cf9ac2de 0.02 MB 50 18
179,361 179,361 0000000000000a106c107979be0ce62defc07205dd0d6ccc284fb2bfa491b33b 0.08 MB 201 144
179,360 179,360 000000000000068339f4cf69ce6496b6b20db8aaabfa70d3cd3b2b27743ab2f8 0.04 MB 86 139
179,359 179,359 00000000000009cf19a5ae7952beb6a6ddb21fb7980f44d47edde9480f21ebdd 0.06 MB 92 304
179,358 179,358 0000000000000984b9468f5fdb1ccdc453f0f993852214b016aec100181ee3e8 0.03 MB 60 127
179,357 179,357 00000000000007516a20ee886fcc9cdc8d755f648e5678b73f78e2f981a7a3e8 0.01 MB 16 202
179,356 179,356 00000000000005b22b756d2cedbd1fa99e17d577d18aec270e2ef960a3b6fc2a 0.01 MB 25 151
179,355 179,355 0000000000000002b51ad85f22ac942fc8d566e5ad6914e8bfdf769257327a77 0.01 MB 25 2,989
179,354 179,354 00000000000002b1dacaba82a4f144017ade6212321b916757fee184fb3b7cd4 0.01 MB 15 642
179,353 179,353 000000000000066b7173d870b93d39de9f720e876745db8ed7be2a6cf6c78a20 0.04 MB 53 96
179,352 179,352 0000000000000a39cfe780bc8549a02e7376476645b82bf07ac8d65cfcb67010 0.02 MB 67 64
179,351 179,351 00000000000008a2756d308dc8442475253b0be031dba4106ed161fa35bbf9e0 0.05 MB 110 229
179,350 179,350 000000000000002a3ebfc4ac97fef5afbc6091f2db8e1cf428ca373a68439c25 0.00 MB 1 0
179,349 179,349 0000000000000aab5f6a1772f0d7077cdcbb610880201ea5fafdf9187a99a6ff 0.01 MB 25 469
179,348 179,348 000000000000063de2604352bdddf0b7433af33903e8d87b3a725eb51d214af3 0.01 MB 36 7
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.38 GB sent, 92.72 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.