Memory Pool Memory Pool Refreshing

7,073 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,867 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (722,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,648 185,648 00000000000004800f30176fcde80d01c8123845f051f9adb55b92031a6841ea 0.01 MB 19 49
185,647 185,647 000000000000017eacc58eb21912169a7879e5ea3adc5fd3f4f73daa493288ff 0.25 MB 489 326
185,646 185,646 00000000000002bdc0fa7d10a71724d2845d343661440ccd930ff715d31f22b4 0.05 MB 153 16
185,645 185,645 00000000000002d0c26e86cf3440a012147a7b20ad728040b924c4f0766acada 0.25 MB 361 245
185,644 185,644 00000000000005b88846eef88f99bf199824ed88a5c08747c700eda57f672930 0.05 MB 115 169
185,643 185,643 0000000000000451764338260addf7ee3e6db08ae6b53f3770218dd487b61c8a 0.00 MB 10 29
185,642 185,642 000000000000088345ad2b11e31a670489c42d7a7ee006677c7328bbe18ccd3c 0.07 MB 109 1,081
185,641 185,641 000000000000084aa8a1e6e8547403a9cb140fb7bc10c74dc9720b667e0a45c6 0.08 MB 142 80
185,640 185,640 0000000000000843fa2668a557aa77fe6e0acbe1ffdca48f322dc00752e72e94 0.15 MB 293 91
185,639 185,639 00000000000007ba19f5ea772c4780fd9f5c03e8a74982509e690e2fbdfcc679 0.26 MB 286 623
185,638 185,638 00000000000004e89ba6907cb3b868834eeab8788eea78db0fe7c58b9f787ba9 0.05 MB 64 182
185,637 185,637 00000000000003a8269828e16fffdee63b796d51167663bdd776680587f54974 0.02 MB 21 132
185,636 185,636 00000000000005d385a7ecca0bcfe6633ae8094061e549ec6257a8ebdcf53319 0.03 MB 17 54
185,635 185,635 000000000000041b0af84af36a8cea0f99bdf8dd43496ede7da9e40a49704d4b 0.12 MB 193 157
185,634 185,634 000000000000015be98aeaeca8bee6cbae16ab710a80689e3e7c2dedc71f9d1e 0.01 MB 17 49
185,633 185,633 000000000000086ce38b5fa506d0fae1c84745a91e886d4f193fc4ca672f19e7 0.03 MB 32 115
185,632 185,632 00000000000004641374be97e8f90e5ac58bbcb6f11e2a1ef705bb84a39b69a5 0.36 MB 896 323
185,631 185,631 0000000000000290c503ac2673877f97ad806b37ccd1675aec6b2de7d3fe5f97 0.09 MB 156 4,541
185,630 185,630 000000000000045386be2122d89c76821ae7a43f3ab8c56d934406831e2fd87c 0.05 MB 122 169
185,629 185,629 0000000000000860f2274f347fe860f26ab1c8545b726c7818af2a5e4450b2d3 0.04 MB 108 133
185,628 185,628 000000000000096c09a7b85f8f72892d5fcaea1f523ccfdb2abfca8e4bea464e 0.09 MB 214 110
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.