Memory Pool Memory Pool Refreshing

10,663 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (340,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,700 567,700 00000000000000000000f38012875dcb5f9876643d24c163fdd73e212563908d 1.33 MB 2,653 23
567,699 567,699 0000000000000000001413c943536c0a677e96f7ad980ef57573728ac09dc04f 1.18 MB 2,983 14
567,698 567,698 00000000000000000009487c3a55e76ceb5f12a8224e8753c69bbe662e71eeab 1.21 MB 2,969 11
567,697 567,697 0000000000000000000a589910eaac29e550ad4d83f3c8f7ac8ae5735564f139 1.35 MB 2,738 13
567,696 567,696 00000000000000000022e6f26bdb1b01bfe18b3d46b903935141fd28e4330e09 1.36 MB 2,720 14
567,695 567,695 000000000000000000223f6394d02d9b18b31cf07abd6743c0fde8a2f6089f36 1.52 MB 2,337 18
567,694 567,694 0000000000000000000127370607b023ff505674531b43020db3c73aafbc37a5 1.40 MB 2,626 12
567,693 567,693 0000000000000000000164b5615ff509459556bf899fd7d82dc9f53d717ab3fa 1.26 MB 2,847 30
567,692 567,692 0000000000000000001e3c4e00a123f6f311ddb0c40da7ad5a3f459151a7d07e 1.39 MB 2,216 10
567,691 567,691 000000000000000000094b392a1cf203085a09f523a5a1e53d53316eaf3416c9 1.25 MB 2,675 33
567,690 567,690 00000000000000000011238508a6b68a05816cea77fbfe58c0988ebf8535c9b6 1.29 MB 3,284 23
567,689 567,689 000000000000000000153742341851b3c42ede6bd108598ef0c15414b9102c4f 1.27 MB 2,723 32
567,688 567,688 0000000000000000002dab2b7e187f6babb62499d94cdafa791fed99aabc4f62 0.32 MB 417 14
567,687 567,687 00000000000000000013c9a8097e8b5392a5b7d085de34474aa372e9b733bfe9 0.50 MB 318 5
567,686 567,686 000000000000000000162ff8e8ff6448ef915a3f67878ee01a24fee77b9abeaf 1.09 MB 1,693 11
567,685 567,685 0000000000000000001701e8ae5d9c3ae204ced569bacbbcc57ed51f6a4087dc 1.08 MB 2,423 17
567,684 567,684 0000000000000000000703869da27ed84b8048180a4144b77f8dc0ad3f1dda9d 0.57 MB 1,142 13
567,683 567,683 00000000000000000021fd3b998f042b507ffd3dd8d2c24bc5de4f867210f04c 0.06 MB 173 13
567,682 567,682 0000000000000000002903d9d8c4c95d1073f5d275d6bc6be34ba405de5209d0 0.09 MB 181 18
567,681 567,681 0000000000000000000bd561a1436c02516f082ab5adfd60c15ddaf47a6f625f 0.71 MB 1,498 16
567,680 567,680 00000000000000000011be348bd845a23bc03f64b7e51a93ff7ec5a2d9a3d0cf 0.46 MB 1,059 20
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.