Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (340,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
567,679 567,679 000000000000000000057595f8103075c7d9fe0a2495eed57187b47c45f4661c 0.25 MB 608 14
567,678 567,678 0000000000000000001cf971c013320613ab5128abf541f52a44b61248c670d8 0.00 MB 1 0
567,677 567,677 00000000000000000019ec31e5cdbea9a5267478cd647d759ee1b6ee7ceb758d 1.08 MB 2,139 14
567,676 567,676 00000000000000000025292c3998ae553e2df06813d6cc251fbf6b59f3ca6149 0.81 MB 1,255 3
567,675 567,675 0000000000000000002d88cedb27473b128f57227d914b53f853af2f4c1335bb 1.28 MB 2,977 9
567,674 567,674 00000000000000000008b1800cbeee57e74f4df628f5c60c3b0303f43638d80e 1.27 MB 2,690 29
567,673 567,673 0000000000000000002ca35ed5a5d38ebd2af080c1c99b80b29d4cd760109f41 1.13 MB 2,022 11
567,672 567,672 00000000000000000025b01ecee77ef0d85088328214bfdd006925c91903485c 1.32 MB 2,793 17
567,671 567,671 000000000000000000000bf03212e7dd1176f52f816fa395fc9b93c44bc11f91 1.27 MB 2,844 22
567,670 567,670 000000000000000000097371bdadfe70b2cada4abd60a639085bc17657c6ec62 0.61 MB 1,422 6
567,669 567,669 000000000000000000196b4c24ef0f9c6f7cecdd84330d813703172c56bc4b74 1.39 MB 2,823 25
567,668 567,668 0000000000000000000230921172f430ffe4408e24714eb7b976dac3867db89b 1.11 MB 1,732 15
567,667 567,667 0000000000000000000edbc79d6d7c7d8eec01919f2f733a19a628fa1334a8af 0.56 MB 1,138 12
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.