Memory Pool Memory Pool Refreshing

5,684 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (766,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,452 141,452 0000000000000729ff693c2d4ea9124f59ce31272b30c11d701675edb0feceaf 0.03 MB 72 217
141,451 141,451 00000000000005239910a34d98793dd4ef0d8e29c5db381a9e21ac64fc7e6398 0.00 MB 11 0
141,450 141,450 00000000000006200357e101e6705824db453ccdde180e83ef12f9372380a80b 0.05 MB 89 43
141,449 141,449 0000000000000184971fb9452527d4ba3160bf8b3d1d0b1e54a031764c48a458 0.00 MB 12 1,182
141,448 141,448 00000000000000cfa1d798e3734ae1fbc74bd07ac129629f180de982580d4cb4 0.02 MB 28 255
141,447 141,447 0000000000000573fa16c3aab70e54f3f58376fcf76745bafbf1ce5c748b10b3 0.05 MB 118 105
141,446 141,446 000000000000086f442b3e1cc3c56dab40b9d7bc823873b4497b33ee83ac8aed 0.00 MB 12 106
141,445 141,445 000000000000061bfb60cfa58522ffd21b9290b2b25d08aeb416e3fbf04a9929 0.05 MB 97 146
141,444 141,444 0000000000000630b0e24f3edd30ca2602632110c0cf3f2fa413bebfc01db787 0.01 MB 18 28
141,443 141,443 0000000000000557c870a305237833f7513d2d3e3ab1e9bea5df1e9c6d584195 0.03 MB 50 266
141,442 141,442 00000000000006a9a79024885e6165361899c24d61fdb9ad86e134bf82bb4df2 0.04 MB 117 62
141,441 141,441 000000000000025100243ddcd9e0afff026bde290f8751be43cb6b278568ec87 0.00 MB 6 378
141,440 141,440 0000000000000757eda74f86cb2a2a07d81425a0a343086b9d683f7deccb3122 0.02 MB 41 64
141,439 141,439 00000000000005900e00b0db4823baa30a6ac2f56aae30b355adb880598c035b 0.00 MB 5 63
141,438 141,438 000000000000090d9f6efda6b4a1d0f8248c12a3fda9202fa014970a84bb80c8 0.05 MB 166 110
141,437 141,437 00000000000007e7b04787d9a447ef48eea811795bd2326ebf1dc4f0c04d555e 0.05 MB 110 309
141,436 141,436 00000000000005844b375b0f73944aa28aacd66c6df6afabd6a5931247c7d4a5 0.02 MB 21 2
141,435 141,435 000000000000024258f0ab02b72d3bdeb59cb086143623341903c0d916efba8b 0.03 MB 74 234
141,434 141,434 0000000000000073ed15fa835651c07cb14cdbaaffc0e51968c053c8b1cd2c31 0.01 MB 14 1,216
141,433 141,433 00000000000003e3fc598551410fe6377fd8a5428d5688d26c48e4217793422c 0.01 MB 8 156
141,432 141,432 0000000000000599cfa7d811795e142b5b9dd5a21413039c9e0e06d87f21f8be 0.00 MB 6 16
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.