Memory Pool Memory Pool Refreshing

2,377 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (903,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,199 5,199 0000000004b5e05be7c491eb4f6cd26c118039046cfdc10bd42f575af477f67d 0.00 MB 1 0
5,198 5,198 0000000079994f85bef0f1d6aabd59b089b5cd58e36d295fef9c0087ab399d30 0.00 MB 1 0
5,197 5,197 00000000c9a90bb14ed4b41e2db5bf1e24a06b03792e866d7a925b52b2e5ecfa 0.00 MB 1 0
5,196 5,196 00000000b2a680fb402a48739d1ed3e729cae7e391595ab6750546ec76bafa3c 0.00 MB 1 0
5,195 5,195 00000000943ba7339120b1825aac5f04c1d3b353841168b3fe9c2bd088416a21 0.00 MB 1 0
5,194 5,194 00000000979acfde1a0429e84cc740ffe1ff9881c7bed2bc5ca886faa7368e07 0.00 MB 1 0
5,193 5,193 000000000b2b5c4032c9c9b96e7048ccfb1673ba6f445ac76bad8f6ba1b62fc6 0.00 MB 1 0
5,192 5,192 00000000a6a591abb20891a698480583a76b4313eb5d6f6dcda282755aecbf36 0.00 MB 1 0
5,191 5,191 00000000706322bbe5698eb5833f6a9ecc1f77154e5cb4efcb87b696cbb4ef89 0.00 MB 1 0
5,190 5,190 0000000067651305205a78f27820c114c89115966c2fbe62ea20d2b571088c2d 0.00 MB 1 0
5,189 5,189 0000000021d01cc4f26d3763abc14e6bae5e9961fb89723e692ee7dacb39cb47 0.00 MB 1 0
5,188 5,188 00000000e160e3bc26a8bd8cc826c6b065dac61a48b6683d29997e94c45cb20a 0.00 MB 1 0
5,187 5,187 000000008eaf02534ae0e5fc425563ce9084ec1f89b1d917f4351ce42a4cb79f 0.00 MB 1 0
5,186 5,186 000000000d21a8252b86bf9105cf4c0a56ca512238adfd3ee483f0e215b96252 0.00 MB 1 0
5,185 5,185 000000007689885f84a7fb445e5d4e3179411242d629d9e8b52d87a87d4768a6 0.00 MB 1 0
5,184 5,184 000000003983b989ed5037704b37ccced779def688ee8ad2ffba10f1cd94c731 0.00 MB 1 0
5,183 5,183 0000000059896c850423261359ed330fb9ba2a0b981d75972d54096925aadc33 0.00 MB 1 0
5,182 5,182 00000000ebd8c7431a6be90e160a05fb198de2ff29fd05aed72f924f8e61f26c 0.00 MB 1 0
5,181 5,181 000000003d0a8d0328cde44b802768488fefe3c11a2f27c26716d2baad1b40ed 0.00 MB 1 0
5,180 5,180 00000000f60d87dc6135fcdd006d53564e1e7f69b0617a5358206f0727ae9790 0.00 MB 1 0
5,179 5,179 000000008050b24ff10e080b01a1276e756bc6a60d4e94e720c24a7f15876d8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.62 GB sent, 97.85 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.