Memory Pool Memory Pool Refreshing

4,604 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (606,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,685 301,685 000000000000000053c2d2a3fb6b0793acc51ba63cd6f3a53180b7c4eca826c2 0.05 MB 90 28
301,684 301,684 000000000000000069ccc1f112e12d4acb73b4ae0573eaa28034a93dd390ecb7 0.25 MB 264 23
301,683 301,683 00000000000000000927a41a81ecacf587a903ecbe028702bd5a24258ff98e05 0.34 MB 63 12
301,682 301,682 0000000000000000740f40c772e9d8f616c8fd82773db9ec0732023273b212fa 0.33 MB 334 21
301,681 301,681 00000000000000004df60f21b6488faf085e01ae575469842db027d91ef13fd8 0.16 MB 249 30
301,680 301,680 00000000000000001fc6176401c58c1b49e11c6b7fcd830e5745f1316ab03ba9 0.03 MB 65 22
301,679 301,679 00000000000000000b6e5bf4eb24944f801e36035c07a285784b791b3fbffcd9 0.33 MB 121 13
301,678 301,678 000000000000000052d1fbcf6f57602c75192faf88b8e92c32d4e6f19e5dafae 0.25 MB 699 47
301,677 301,677 00000000000000002e60e6d129448838856d712a88eeeb906cdfed3092b03f2a 0.20 MB 315 28
301,676 301,676 00000000000000004fd144f7b871c92ed992cb03989886208aac1e9988218da7 0.31 MB 457 30
301,675 301,675 0000000000000000768c0bde714f974f172cc8e5bcb23cd25e8c0437ff438ccd 0.25 MB 362 25
301,674 301,674 000000000000000061364b9023cad345d8628fc7e72ef93e58aa7f567676be4b 0.05 MB 28 7
301,673 301,673 00000000000000004d3df212ff2a65f0aea6a6aa7cbffcb51814873a1b54aacd 0.35 MB 651 32
301,672 301,672 00000000000000006763c8170ef9a6442dde7e54d634ce0a96cb30b338d4aa1c 0.17 MB 176 18
301,671 301,671 00000000000000006e1491f1d31c04b9a9f4343d8a99fdc6b9369fa753891bcf 0.49 MB 729 27
301,670 301,670 0000000000000000083c900f61e5ed4d43d3f2df9acc62e63df1ce0469f31d4e 0.03 MB 50 20
301,669 301,669 00000000000000007b9a1da3b960d898a0721a0d9b95f7789c727465dae9dfc7 0.05 MB 116 33
301,668 301,668 000000000000000046db303d7c1f8923a64906fb15aa098febe2f29881c1ac88 0.31 MB 560 30
301,667 301,667 000000000000000006c591aab332d61a1a3273ccfe8184a8d1bc05943c270bdf 0.12 MB 235 29
301,666 301,666 00000000000000000e1aa5039c04d59c2bdd56809af4c8dddd6330ab6b5fa8a2 0.04 MB 64 20
301,665 301,665 00000000000000003857be16003a3063e5e2c9834cd6f765e6ef633b4d6a13df 0.47 MB 755 29
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.