Memory Pool Memory Pool Refreshing

3,560 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (32,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,621 875,621 00000000000000000001992deafc0556878bde19d2034c25a81b87733b457f1e 1.63 MB 3,534 15
875,620 875,620 00000000000000000000249531f3a0ea0cefc0ad6ccb59be7106747b3ad88bde 1.61 MB 4,090 16
875,619 875,619 00000000000000000001817cd616cd48db9c9d5ad9994e71b8c09d18ab497e3f 1.59 MB 3,933 17
875,618 875,618 000000000000000000004d1a463ab1d33227644bd61d8a2ee5740e29ef79b9ea 1.60 MB 3,989 18
875,617 875,617 000000000000000000013defb575e7fca908c9c0df575bc51bb95886b1eeb0f3 1.69 MB 4,324 18
875,616 875,616 0000000000000000000120b5090aa45a24dccb3a89e1d033fdb682da9a213dab 1.43 MB 3,187 27
875,615 875,615 00000000000000000001e9952780903cb189debea1a57c711409e90bc0f4dd83 1.65 MB 4,379 20
875,614 875,614 000000000000000000009dc006227dd77d71d1acad426321797195436d1cd174 1.28 MB 1,836 28
875,613 875,613 000000000000000000016ac447a0d0ddee255e92c14005045a15c1d7ead5d7ac 1.39 MB 2,113 19
875,612 875,612 0000000000000000000075e48a78b2a6ed1f65f18b31ce4f54706e2172a05da5 1.58 MB 3,642 9
875,611 875,611 00000000000000000002326de0c81443f74fa37b5e714b732160c4a3ebd2267e 1.59 MB 3,694 8
875,610 875,610 000000000000000000014eca1eb408c0d434d5a533b495ae13035090fd2e4e94 1.40 MB 1,879 5
875,609 875,609 00000000000000000000d719a68d2dfc11035fb03226844149b675df85bfa751 1.38 MB 1,352 5
875,608 875,608 0000000000000000000117c0b4b8f793348889feedc24cbee18adba585cc13a7 1.62 MB 3,391 7
875,607 875,607 00000000000000000000e1b4a95481df6dd76aa757f17a5d8691976af5ca6cc4 1.66 MB 3,330 8
875,606 875,606 000000000000000000003d4e10868baf00e2105186357a4f0e5ee290b3a1a599 1.51 MB 2,614 7
875,605 875,605 000000000000000000010f1d730bce148b27225e5551f0045f004b2d6026c44f 1.59 MB 3,451 8
875,604 875,604 00000000000000000000d4828235a559e0255bfc70c97f858314a15c5a43f849 1.51 MB 3,183 7
875,603 875,603 0000000000000000000079917ce6e2a218eb0563c8a3f8bc85bf4bb0276451bf 1.57 MB 3,138 7
875,602 875,602 000000000000000000016c0639b6c1a34d6659c231aa2de5849ab3377ed75020 1.45 MB 2,578 6
875,601 875,601 0000000000000000000132cd898719e8188cb2c7d526dcc0d042a3da2edebd18 1.82 MB 2,999 6
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.