Memory Pool Memory Pool Refreshing

7,634 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,514 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (780,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,625 127,625 00000000000014005a4e67caa59196eca6ff047691218812ee8eab55b446fa62 0.01 MB 11 825
127,624 127,624 0000000000001325f1aaaf24651545ac80dd01cb17728599feef2147ced80b36 0.00 MB 3 267
127,623 127,623 0000000000001110a6d4d228e150a465eacb0335bf2b3fae8bab293703af66a6 0.02 MB 52 425
127,622 127,622 00000000000016e4db65f8e1c73849f429b8560f95767bd8be0e440bfbc618c6 0.01 MB 27 493
127,621 127,621 00000000000024e39300b0b0666b84c428420d7b6ec1bef1530c90c6d7b2ecab 0.00 MB 3 0
127,620 127,620 0000000000001ae4ef45d4cde0161caef1228fa35f35696eb645bc6a924dcb7e 0.00 MB 10 322
127,619 127,619 0000000000001f2f47f4d3ed203ea0478c3db197f5937e746d91c9093366a422 0.03 MB 86 1,200
127,618 127,618 0000000000001158df26c93279db6351a9d26b8c9572f3ae76f8bf6dec165bcb 0.00 MB 10 748
127,617 127,617 0000000000001fdca70db8470daa52ea3f52013fcd05de56e770a6f0b81895ea 0.02 MB 34 694
127,616 127,616 0000000000001bbc6bfe6bc1024b86afbc305c2cc84edabc3c8c84c77b34edcf 0.00 MB 16 845
127,615 127,615 0000000000000c4523565f06d034d92dbccea892653a06b4a9684070c0de71cb 0.00 MB 10 411
127,614 127,614 0000000000001769e537f201e34273e55f4b3d56e418e55e64654290ff2c1117 0.01 MB 13 1,392
127,613 127,613 00000000000014cb706d41a48ca7fe69ec030ba07baec45f76a3e15b146abe58 0.01 MB 36 384
127,612 127,612 000000000000169ce8d9e7b8baac0607a0ca2564e5622df49f22f23f69830642 0.01 MB 18 1,251
127,611 127,611 0000000000001f402f6f997669f03db6c35ab2c794407a38eb58b0b791ad46ee 0.01 MB 28 898
127,610 127,610 00000000000012c8c89103aa687287711a75108f38ac030cd4ea8bdc09260392 0.00 MB 1 0
127,609 127,609 000000000000034224977ceb282476034b902d6c2660bb8552cd7038e0303b84 0.00 MB 9 788
127,608 127,608 0000000000000420109d5bc19865cefb8912ca5664b401ea8530daaeab53896e 0.00 MB 15 732
127,607 127,607 000000000000074c01d78e1edf0cf57414dc04281df5c6730b334935af51fa5b 0.01 MB 43 517
127,606 127,606 00000000000001adfd29f65ebaaf84449557a9a16d92b3e30a2cd41f2b96e2e1 0.01 MB 31 973
127,605 127,605 0000000000001a77df99df0c007b0a1326a6957ffe03365ee8541995dd429379 0.01 MB 22 2,051
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.