Memory Pool Memory Pool Refreshing

1,812 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,800 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (665,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,662 242,662 00000000000000bed738a0474403fe885fcccf6fe44daf41d4aab7bb2049c8f4 0.25 MB 455 127
242,661 242,661 000000000000003892a3f97137e3a2b6a28a87222639443831c6cb707b50208f 0.25 MB 669 281
242,660 242,660 00000000000000350d3bfbfa4167f95eb058756c6682be44f0f3f9459d84d8d5 0.00 MB 11 24
242,659 242,659 00000000000000142ffb0e8b1b37b9d98a38f580c9d663159665be329a4e3e21 0.08 MB 209 105
242,658 242,658 000000000000006d0e37252ba3cdb7dcdac0ea83286da4a850e345f457f9d6af 0.15 MB 329 121
242,657 242,657 00000000000000bcb70563b6444d439ea1d079460c39500f5a9cfb270df09c0b 0.01 MB 32 101
242,656 242,656 00000000000000aa55548c5b88691d25317cc926ee602e84d9f27ca562c75a30 0.03 MB 57 90
242,655 242,655 000000000000004718627b63faeca996f61020111ec3eae56001ad862ca72d9e 0.06 MB 128 39
242,654 242,654 0000000000000062b412d5dafe767354fd7a1c0228efcb1814df70a28ff53d71 0.04 MB 76 88
242,653 242,653 000000000000002d1de8dfab38f7f1081b86a579ccb05b8919f7f1d15736646e 0.14 MB 270 94
242,652 242,652 000000000000000f4ffa17e5c7c66f462ccaa4aab367ee2afda04fa83254454a 0.08 MB 169 111
242,651 242,651 00000000000000684a51a1151786f1a9c862f681d9ed3573cd5a92aa61553f89 0.02 MB 47 251
242,650 242,650 00000000000000b75bb19973a5544ca705079b28e97138d2e959ede52659ce37 0.08 MB 198 106
242,649 242,649 00000000000000a763424177db84db41eefbbf06328ff37c10d4374952dd0306 0.02 MB 53 15
242,648 242,648 000000000000007a61f4eb6b40f58c4400202889e22f195797eae97db3df7840 0.15 MB 302 100
242,647 242,647 00000000000000d4d01f5948f4c8fe0ce979acfdac267e6fd68e8bfb8dcf42f4 0.15 MB 328 123
242,646 242,646 0000000000000057895bb95dffd0372be651db0efb3548635e93076821fd171d 0.03 MB 52 16
242,645 242,645 00000000000000c4a87c8747e8ea44da72601c4fb4286c0562c3eff77bce4675 0.16 MB 340 161
242,644 242,644 0000000000000002432aaa4680c420c150b9a29cddcd6de4b188399beb19f8e4 0.08 MB 254 59
242,643 242,643 00000000000000d3ae7aa5ff4dad0a2985ee2bf6028842a5c29514855b7ad8d5 0.00 MB 1 0
242,642 242,642 000000000000008d92fb76cd0af55c828b3ed23415e7be1162da3345233fbc70 0.08 MB 128 34
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.