Memory Pool Memory Pool Refreshing

3,646 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,346 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (537,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,294 370,294 00000000000000000c4f10e4eb44e792f4bc4dccafebe275eed19313f9fbf830 1.00 MB 2,682 53
370,293 370,293 00000000000000000588d85f7b19a9b98bc65ca105d48e55ceb04f4f5e00d476 1.00 MB 2,720 54
370,292 370,292 00000000000000000aedefc7c21fc291bb741df08ac84f19767187b2bf8be2e7 0.36 MB 820 40
370,291 370,291 00000000000000000b39df66e19acb95f1764f20039a6f6e94ec48242412be46 0.83 MB 1,470 39
370,290 370,290 0000000000000000127940f542cfda6e54f82c1d203d523e1575e77e1ac59f96 0.16 MB 354 37
370,289 370,289 00000000000000000c3cbdf55061f387f1dd38adc182e38c1c362a5e59afef6d 0.12 MB 224 38
370,288 370,288 0000000000000000083a4766fa9c708ded5139b186b44937b043fce00185b85a 0.86 MB 1,785 35
370,287 370,287 000000000000000000a29cde65e2e558544b072333939df73e046cf7c594e363 0.95 MB 1,891 39
370,286 370,286 000000000000000013fb539fd22dde692060da0d1afa99d85d043e4b2102a6e2 0.75 MB 1,742 51
370,285 370,285 0000000000000000076d9c6fd5eed3f2aeca1b3223413c40f4ee5493716da0f1 0.00 MB 1 0
370,284 370,284 00000000000000001149e018442611e95d4fc3c03a0f5326f2ff2bce3cbc31fd 0.06 MB 143 52
370,283 370,283 000000000000000005e319c9f9e17067f2eb9080698f6e6ee889c304a3a27481 0.25 MB 293 38
370,282 370,282 000000000000000011ad7f8e183f3f8529e06390cedc51ca0ffc60cefca9b48b 0.34 MB 698 39
370,281 370,281 00000000000000000494c6fb36dfe3f0317aadd32507b12265bdf18adbd28dae 0.13 MB 238 31
370,280 370,280 0000000000000000127a4b5b8fb6c9c207d653da559fce01bc665bb3c3253390 0.49 MB 1,074 39
370,279 370,279 00000000000000001107903b0719ef259f9c10542e86238599bf09b3d7eadd87 0.70 MB 1,309 35
370,278 370,278 00000000000000000cb89227841374932fddef627690ec2041c96d1d295d51c3 0.14 MB 238 29
370,277 370,277 00000000000000000c4a9de8394382a53c00119eda8b8bbb6a7bd96fade449f2 0.44 MB 956 42
370,276 370,276 0000000000000000117c9643a4359df17c6f4f71a8fe918515975727a3b32fc5 0.83 MB 1,298 30
370,275 370,275 000000000000000004d671b4a9b6ec532cbb5d389bb5230ba3a19766de172a2c 0.39 MB 702 40
370,274 370,274 000000000000000011df70322fc5cf9f675dcf3c785509b4597ccf6277543694 0.25 MB 341 25
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.