Memory Pool Memory Pool Refreshing

5,677 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (442,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,974 464,974 0000000000000000012d17099fe2a1780166081e89f803b70729fe1c4a1936bc 1.00 MB 1,029 198
464,973 464,973 000000000000000001c6f85a86dd436f66f9453ca4f1ea438ac0bec1ceddea95 1.00 MB 1,168 249
464,972 464,972 0000000000000000014915cc5b278beff81d772566beb9bb29a0dad9c0616447 1.00 MB 1,325 232
464,971 464,971 00000000000000000047926735bd15ea905e4ba031ad1e617366989c771439e0 1.00 MB 1,129 218
464,970 464,970 000000000000000000770cc6818c58575a2d98695bfd7fccbd833254818ce5e9 1.00 MB 2,564 350
464,969 464,969 0000000000000000018ec37358d170cfd52e5dc939e768a16c7fc5972c5c7431 1.00 MB 2,361 289
464,968 464,968 000000000000000000350771dd572ed0386beb17e28109031d30d71fd4124acb 1.00 MB 2,190 279
464,967 464,967 0000000000000000007ad6337b6abf9969f878c9b8e361aace79e19150dcea56 1.00 MB 2,833 232
464,966 464,966 0000000000000000006c6b359ab513f24d2e3ad49eae7a3f331b04b08d6e78d6 1.00 MB 2,810 257
464,965 464,965 0000000000000000021208f408a0034c2108232bb4be135cd28db7635c761ce5 1.00 MB 2,760 195
464,964 464,964 000000000000000000ab5c12de32709a2d2b447754aa4f7b21ff2b1fad0767c2 1.00 MB 2,166 194
464,963 464,963 000000000000000000edc346a7265695daefc67da1531e6ea9f65d9baa71cf21 1.00 MB 3,045 238
464,962 464,962 00000000000000000015b948d4291fcde78e7349d6968262a5d2e3b425dc8843 1.00 MB 2,715 182
464,961 464,961 000000000000000000ca4e4a3076ce3b2623e204e5c60d3bb49a6be08b92e0b6 1.00 MB 2,468 204
464,960 464,960 000000000000000001cb0b27784234e71efe7c75a120c99074826cba37fd7a00 1.00 MB 2,406 226
464,959 464,959 000000000000000000578a343564ee6f6ccd30c38b0cd777e82466fd0c05a589 1.00 MB 2,311 201
464,958 464,958 00000000000000000145e31b69d50121eeec872612a262594812384a8e6ffd04 1.00 MB 1,891 175
464,957 464,957 0000000000000000012d86238aa01010dedfa56494786af293807a031b14172e 1.00 MB 2,532 199
464,956 464,956 000000000000000001255a3da318bebdf59b2c92288d75e5f3a21b6057feeef0 1.00 MB 2,422 201
464,955 464,955 000000000000000000585423bb78578645a7189bd3613e953098ea440dc6039b 1.00 MB 2,825 226
464,954 464,954 000000000000000001cef3f2d0b34a7f940b7ad9adf04031d73046d3b1ee32ca 1.00 MB 2,309 217
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.