Memory Pool Memory Pool Refreshing

9,154 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (609,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,360 298,360 0000000000000000579ac3826432e353a332607242c652f1b4143dd546ecf68b 0.37 MB 422 20
298,359 298,359 000000000000000006510be100c4c77b9f9cd4efa74879ae59f4e72b3431d456 0.35 MB 834 38
298,358 298,358 00000000000000009c136a258bd7614123f7156e30bcd42ee6ccaf9f31da8062 0.11 MB 173 22
298,357 298,357 00000000000000002a006d486d7d1061b15584e5a2ecc98293e474ddbf621634 0.09 MB 256 67
298,356 298,356 00000000000000008d955492f9a3d4749598f5eb3f2cf6ffb7d9e14f64c95ba2 0.02 MB 32 26
298,355 298,355 000000000000000084718239cee10d3040700701785b5049709ef5c334972ad3 0.14 MB 247 35
298,354 298,354 00000000000000004bc3407d6cc4f72edeb95fc15101f344af53484ce6196d28 0.08 MB 154 26
298,353 298,353 00000000000000007a2918d2c78b1603fc8d11572b800911f103ea66fdbad031 0.15 MB 277 32
298,352 298,352 00000000000000005bcc1a60295c9271b15f1c03886b283f6bd8eb810fb2bc6d 0.28 MB 502 30
298,351 298,351 000000000000000082ccaf498dcf57f0d5a73643aff298e42c382d3fe3bbac4c 0.35 MB 460 24
298,350 298,350 00000000000000002f9496b2bcc8adb4f20b04a58f0086cb9b0d5eb8e4c63142 0.15 MB 256 36
298,349 298,349 00000000000000006234754585e436a624f5ecb121e2c7bba00f3a4255136f60 0.00 MB 1 0
298,348 298,348 0000000000000000135e1355a9e1f47228e16f27e20483c5e9492e1ab2ffddbc 0.04 MB 63 42
298,347 298,347 0000000000000000047d1c4fa63c98c52b25f0bcc9cb0711881d15af396701c9 0.03 MB 55 23
298,346 298,346 00000000000000000614860e0567b4cd91ebe2895b3c1aeab8759fd51f52dc0d 0.18 MB 256 27
298,345 298,345 0000000000000000132da4900e04b03bb3cb6f903bc9e44810c9d3e6a27f9892 0.24 MB 467 27
298,344 298,344 00000000000000001939efbad466f4d56580e6bef771555743c9861931531f73 0.21 MB 350 26
298,343 298,343 000000000000000021fc99b9d460df9476b4d050b63b66e66e303684aa69a84b 0.44 MB 640 32
298,342 298,342 000000000000000068c1b6fb96d06e390351886d392ba6db212eb6044fb91ece 0.27 MB 256 21
298,341 298,341 00000000000000009aa97127766ce853190485676be7e36a1ec7506c34d725c1 0.35 MB 718 36
298,340 298,340 0000000000000000789cecefdcb35888c270395b00ec3f05d5e62dfb670496bb 0.35 MB 617 35
Previous 10 blocks ↓
Total Size: 769.31 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,642.82 GB sent, 94.52 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.