Memory Pool Memory Pool Refreshing

8,418 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (612,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,195 295,195 000000000000000097e8824b21ef1c51c431e1beb8e25d6d8ebe9af359484c46 0.84 MB 1,442 39
295,194 295,194 00000000000000005dc5ad546d823baa4cc22dba0bcd2e0c3f542d39de04d2d3 0.40 MB 508 21
295,193 295,193 00000000000000004d96b54c6fb4d0bc7e404c6852fd95d37e6d5900dcf28a27 0.23 MB 471 32
295,192 295,192 00000000000000003192f6cf0b5e9649376e90e30ad5cde0aa8be86454197e38 0.50 MB 373 20
295,191 295,191 000000000000000009f3c89a3c6d7d1221a678a3acb4760f6861e8c20aef0465 0.35 MB 362 21
295,190 295,190 000000000000000011f58a3943ed0ff6f74e6dd8bccddeab2fce670b3cac8d3a 0.25 MB 551 46
295,189 295,189 00000000000000008cdd6f2a1424d7e5f7b5758ecab6e64f5fcc7160e080bd95 0.52 MB 782 35
295,188 295,188 0000000000000000a42695333f3fd321117aa0aa983f5436b67f1b7910f5d56f 0.23 MB 512 45
295,187 295,187 0000000000000000a4a53aaf2be2b90446bb0fcbfdafdda32727c355ed32a751 0.75 MB 752 17
295,186 295,186 000000000000000079b39bb7a1300edd4d74f26a38114ba3f50ba2b7d3c7e3f3 0.50 MB 1,272 45
295,185 295,185 000000000000000099f0ba056361734f1f839c394e2e48b8778a89694c8ad42d 0.35 MB 1,094 73
295,184 295,184 00000000000000004a677f6f4c4f5e60657337bbf4da04ebaeeffce08fc785f3 0.07 MB 80 21
295,183 295,183 0000000000000000722d0f6a95cdbd8e1adde01f80d7294322a29b386d96b47f 0.46 MB 256 16
295,182 295,182 000000000000000043759025a93fbf64c13f581fdac9e678b5bbcf5b62d42790 0.15 MB 233 25
295,181 295,181 0000000000000000095b61b0fe4686940b47882574fbfec18c3029638fe21cb2 0.12 MB 165 29
295,180 295,180 00000000000000004522d7fe6662f57510a06e01f86bd640be6427d01dc6367d 0.35 MB 614 47
295,179 295,179 0000000000000000958710fd2a94b888c8f3f006d0cc586b428e36fa4c1aa246 0.50 MB 570 26
295,178 295,178 00000000000000007b1bc4d3ca75cce99599d9f6e18cd4c72dffd7c8828e7522 0.05 MB 162 36
295,177 295,177 0000000000000000935c44244fedad37f79fe165c8debcef636aec143697b5b0 0.30 MB 232 17
295,176 295,176 0000000000000000578e3e96ce06d78f4092df8535b5e7139ef151ab45267e64 0.35 MB 445 21
295,175 295,175 00000000000000000911d6d855bbfe667782907b54f0efb73829bc02cb1c8f5c 0.35 MB 953 57
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.