Memory Pool Memory Pool Refreshing

7,018 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (644,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,614 263,614 0000000000000015dad773f0b247dbdf29ff0fa76e47e756dacf91075b6d51a6 0.19 MB 477 132
263,613 263,613 00000000000000008a83b4e144be96b952f0c160d570b5563a15f2a23a614fb8 0.03 MB 90 65
263,612 263,612 0000000000000004918106c98543dca438d923696fb0a5665421ec7c8352f271 0.19 MB 464 86
263,611 263,611 00000000000000136cd40377700e89dd6473acd7d4b8a05b6a5bcbc1515864c4 0.27 MB 520 94
263,610 263,610 000000000000000ee8311eb69f82b0ad27f5398bc186c45a84a57d15e53b5875 0.14 MB 242 59
263,609 263,609 00000000000000031f6c9ff3739646244b32005801a4516ba2f0bd4ca9c5320b 0.01 MB 16 61
263,608 263,608 0000000000000006e0e66b69dbe9e24aff61d706cd9024da31dcc34919f4b4ab 0.25 MB 427 86
263,607 263,607 000000000000000db56c827d09edd9344d1afa643622087790da50bfc95c5495 0.08 MB 184 77
263,606 263,606 000000000000001188dc685b12681fae50a8912907f57bf2fb8494f97df48484 0.12 MB 276 39
263,605 263,605 0000000000000009ed53716061bff4ee8c031be71bb25ebf538c7928186c13f8 0.25 MB 645 166
263,604 263,604 000000000000000a274a551770f4031affdbc9574701f6ab87732d6c2757f7c7 0.11 MB 252 77
263,603 263,603 0000000000000002f24a41c99928871a1e83800148b5d259b4858a004d034f70 0.13 MB 81 33
263,602 263,602 000000000000000dc64af338bd5f3c32896502c0123098b32c6ff0a24f8ab015 0.05 MB 119 82
263,601 263,601 0000000000000011e14679336a7e47befe38a520f16d466e12d3f494c25ab00b 0.07 MB 63 8
263,600 263,600 00000000000000034eff6e5c432d958ee8130cffd20d65ba7613170ffa0fbc5e 0.25 MB 509 92
263,599 263,599 0000000000000003bec11db28c3c2cf029c55080502d7c9fe501e53ff06a6400 0.15 MB 358 97
263,598 263,598 000000000000001189f7ead32c78e24395dbb9ad843d88120cc7f1b94b3c5334 0.14 MB 171 31
263,597 263,597 0000000000000015f190a944bec7786986a54105addeb45b8c5cc2345bdf831e 0.24 MB 575 115
263,596 263,596 000000000000000693bf362eca6101148d7362f748bdacdcd7a7808fa6672f67 0.15 MB 270 77
263,595 263,595 0000000000000007a9e7a329675b1fdfd873bbfe0740baa9924ae9e9d72e3356 0.03 MB 59 97
263,594 263,594 0000000000000001e2b1b9d4633058bea29dc349924b2887b98534a20419c3b6 0.08 MB 231 100
Previous 10 blocks ↓
Total Size: 768.96 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,615.40 GB sent, 92.63 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.