Memory Pool Memory Pool Refreshing

5,697 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (107,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,634 800,634 000000000000000000051eb40cba98f8956373308b97a2715f3f996ffc5f1efe 1.55 MB 3,357 21
800,633 800,633 000000000000000000043e71faae0444c69fd8828e4c44e98649ef838d90488c 1.65 MB 2,797 14
800,632 800,632 000000000000000000054db950e6c66acfb3519120dcd3610b84880a1f187343 1.89 MB 5,345 8
800,631 800,631 00000000000000000003f0949af2a0724d9a93fe176c3b8e34438e6d5685a5c0 1.96 MB 5,597 9
800,630 800,630 00000000000000000000d9ad4c5e95145879959a834f2d1ab3d166f886e45bd6 1.72 MB 4,290 6
800,629 800,629 00000000000000000000d0dd8e274244e5bfabeb86c8a88b1764be368494917d 1.97 MB 4,605 7
800,628 800,628 0000000000000000000383aa1ed77accec941f9858fdf3a375fb3123f03c33a6 1.48 MB 2,388 14
800,627 800,627 00000000000000000004564ea49162262a21143669d4dce199caaf24d1655822 1.83 MB 4,625 10
800,626 800,626 00000000000000000000906e43c8c6bad1d063285937a84fdbbee41effc1dbb9 1.90 MB 5,167 7
800,625 800,625 00000000000000000003e492e55113a9dd403145fb11d28b0d0eb2102fc78778 1.73 MB 4,184 7
800,624 800,624 000000000000000000041337035d24673fb9bee66704140c3ac18d8c7b34c5c3 1.46 MB 2,775 13
800,623 800,623 000000000000000000025c04920bb9a19aa7d49136afd0a698dfab13a0d0df38 2.01 MB 6,082 6
800,622 800,622 000000000000000000028bfe997246f2223d7a8b35d63ebce0c8c2cad7ab896b 1.66 MB 4,020 9
800,621 800,621 0000000000000000000050ab9912516c3efed5e21ff849972c3ec03a42450c1b 1.88 MB 4,005 7
800,620 800,620 000000000000000000005675e9522d1cb89a58072da5be4ffc219d7c1ebfc668 1.52 MB 2,716 9
800,619 800,619 000000000000000000005eae8b864750188bfdf0153e75885e329d1b79e227e8 1.69 MB 3,134 18
800,618 800,618 00000000000000000002765d7c2b3a1c383c777ece162b418eb3dda5263e29d3 2.09 MB 6,679 7
800,617 800,617 00000000000000000001501224ea5af5bff01052645d8b26203966025c82a64c 2.04 MB 6,288 7
800,616 800,616 00000000000000000004e141764cec964e777c76d64927f616b038fa32b50dfe 2.09 MB 4,808 7
800,615 800,615 0000000000000000000410c872a7cc0f039c96b0e0397f9c3b12b3ff28f20335 1.99 MB 5,732 8
800,614 800,614 00000000000000000002533cd5962556b657d3144dc6e5abb109b4c391e0f7d2 1.45 MB 2,588 8
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.