Memory Pool Memory Pool Refreshing

4,203 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (701,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,728 206,728 000000000000022666d6eceb4f32465b1ec893ad6a588b2841110cd323a8e467 0.05 MB 127 121
206,727 206,727 00000000000002f3932d71688195a82b33ac98ecd93c47c8e6d9a353e806dcf1 0.04 MB 83 57
206,726 206,726 00000000000002f8ed2c708716ec6b8fefb72b0a489d849d8ef624cc2b2b9f4c 0.09 MB 171 193
206,725 206,725 00000000000002def2128e8d66f9ae7ca3226ef29ef9aaf571aae4a45f6935fc 0.18 MB 514 216
206,724 206,724 0000000000000020dce1af40441d5cbc2007862476ee6c89ed56ddc73dd1c6b5 0.09 MB 177 112
206,723 206,723 00000000000000efa2b92621299dd81e05547ce76e161f613a0801191edac56c 0.06 MB 147 115
206,722 206,722 00000000000000045736aa319269c0a2f9ead9dfbaec2160c40b6f1f58f1e67d 0.06 MB 124 87
206,721 206,721 000000000000029e064729ab3d3b7f54542dd698d87067b5125dff2dbd627067 0.05 MB 81 86
206,720 206,720 000000000000040ff724a7bfaaf06999d630d4c9489b1b484e9c685cc9491720 0.03 MB 42 48
206,719 206,719 000000000000011911e1a439f34e206571821995098d628d0c1ee61f3ef94e20 0.07 MB 155 168
206,718 206,718 00000000000001a5260781617f474db262e1ee17dd7bb98ca58df743d82747f0 0.03 MB 42 35
206,717 206,717 000000000000036e00d4a82036ff8c1f9e9fd4732d92ec2c9ad54e6d7503ebe8 0.31 MB 554 142
206,716 206,716 000000000000020bdb8f19a7519de84b520c62049ae485fad7b274c33bf0cf1f 0.00 MB 13 59
206,715 206,715 00000000000001b22c650223e068c0b49cf16946857cc075463cb38bd4dacefc 0.25 MB 363 133
206,714 206,714 00000000000002ddc30cbc5c9b8f5296b4e0c8b86ce28e4e2056020af5cdfe56 0.09 MB 192 151
206,713 206,713 00000000000002208388fed916dbfbcf52b7478cce72e681705f832d2a4a5128 0.07 MB 177 191
206,712 206,712 00000000000000000ae2dba9951e28a3e6308ac7e9e8536104c503aa772c848f 0.16 MB 401 172
206,711 206,711 00000000000002a86b56aa436cef08b31004dc7e78f55128705f8980e68c713a 0.18 MB 458 216
206,710 206,710 00000000000004c6181cddfef77ccb37c17472d30efc1ca0d038721ae63d1565 0.00 MB 7 455
206,709 206,709 000000000000037a1c6f210ef3fcd5bcc6edd660eb6c4a958c424917b0eda4dd 0.09 MB 210 163
206,708 206,708 00000000000002e6304b85ba7b0ac8b03a0cc1fadd080c55ea0aa46ef1b55bbc 0.16 MB 125 92
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.67 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.