Memory Pool Memory Pool Refreshing

4,466 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,993 (732,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,632 175,632 0000000000000454bba07a3e908a9dcbe940eedfbe4f857ce2b68152679ced4c 0.04 MB 142 37
175,631 175,631 000000000000093eb803a60b48f4e6e37cbc33c87c8f78e52e645bdfd153ad25 0.09 MB 89 66
175,630 175,630 0000000000000875f33cfaebd4a13f007c48192d671af44fb07eb42e13f16870 0.00 MB 1 0
175,629 175,629 00000000000005e041348dd82f11820599a8013801440971d8f3403085472a63 0.00 MB 10 16
175,628 175,628 00000000000007188c68c38222d87fc8daea2f81ab50d20672ae95c3b4bb37dd 0.01 MB 10 70
175,627 175,627 00000000000009c44b8cd37a46f79c17e42a27a9fb8db49a201d5cca4e04804b 0.00 MB 12 103
175,626 175,626 00000000000007fcad7695d29c4485f6e1470d3858570e374e86192094e156b7 0.01 MB 23 38
175,625 175,625 00000000000007ed29a9e687e75e49b8c3d11a08831cd23b4ed05cfc5f4e823d 0.00 MB 10 874
175,624 175,624 000000000000090bd8098f07b118ef4d456737032bab8c553d5e1c5916475a94 0.01 MB 19 122
175,623 175,623 000000000000047cab89113c7e4b6476a8d75abd71732742c00cc203d5f6d109 0.02 MB 52 19
175,622 175,622 00000000000001a4b3b9e70b24b6e44b0bca1ee25e2fb0cc0b837e1ddd10f251 0.02 MB 24 87
175,621 175,621 0000000000000398bd5aa88eca9a025d14293a915843572e11cce297c0e4cf43 0.03 MB 48 247
175,620 175,620 0000000000000304655cf43805aa6a2b3f5d5490a4fb3b9e17afae3f25f621ec 0.02 MB 59 54
175,619 175,619 0000000000000a28cb032b711fc031cc1151b65e37de8f684841d73f3f749b53 0.03 MB 59 403
175,618 175,618 000000000000045785c208e06b9598d3280006d1ec85ef20cedc8496a313ca16 0.03 MB 114 30
175,617 175,617 000000000000093aaf2f9581167713e6d8050ad08e49fcad60fcc4f28e47398c 0.03 MB 61 50
175,616 175,616 0000000000000053bcc2cf850be68579ae9af9ef43b8f463cc9e93e2e1f7495f 0.04 MB 69 28
175,615 175,615 000000000000023b0cc720c5584bccccfae17c09a82cd29ad422f0a1d862f4f1 0.04 MB 108 77
175,614 175,614 0000000000000a31b19f7a6e818d9659c32851cbf135178007553b7058d48a44 0.00 MB 7 976
175,613 175,613 000000000000017c8098d6a9e09b94e4f1bfa70ec20cfe8ff13db919902c32c0 0.04 MB 114 113
175,612 175,612 0000000000000228fdbba0763d62ebe5693bff5d21a2267ca539a9871abec667 0.01 MB 34 57
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.