Memory Pool Memory Pool Refreshing

10,519 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
2 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
908,159 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,835 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,158 (647,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,996 260,996 0000000000000017bcb70ae5056828c262946826bf81248619f2ba32db04e1ce 0.21 MB 270 82
260,995 260,995 0000000000000009251804a13657e177f06a73c43838196c9989ec0706404d71 0.25 MB 683 182
260,994 260,994 0000000000000003f366a3179664ba07461918fcedf2c8634c825935c721a700 0.06 MB 134 133
260,993 260,993 000000000000000db885a7f6e2087f45b698a4b67a751f31eed0bd9923a58394 0.01 MB 21 97
260,992 260,992 000000000000001005a7cdb010b9b48e4dce33339a8e931de8fbb3f5b63275c5 0.04 MB 92 92
260,991 260,991 000000000000000e026503c4f18df0d5f753fedd4f81632e47055ea432c346d5 0.03 MB 57 70
260,990 260,990 000000000000000c2e1fb01b5aec48aa610268e6aeed517995508b827f752a9e 0.07 MB 149 119
260,989 260,989 00000000000000029aca52ef933680e65832be181b9b4d585a576e3f74f11161 0.17 MB 420 137
260,988 260,988 0000000000000007edadd6b203d2845048f3bf59927e879b20e357f0ae5c2631 0.21 MB 476 142
260,987 260,987 0000000000000001c6852b5e5ad4ca3b78cab1baf13a6fa7dcc9c3fbd0f423c2 0.12 MB 267 124
260,986 260,986 000000000000001578bd809dd7bd115e57e439b1b068c5cfdab93a5497d968d3 0.08 MB 165 125
260,985 260,985 000000000000000af2a788157d4ce01a0430436f55bb190780b4d4608a17372c 0.14 MB 156 85
260,984 260,984 000000000000001a127135b26eb6a737a03af1e5875f0d14a01d95d72d35bdbe 0.13 MB 248 149
260,983 260,983 0000000000000006f36e6b32f20746180d6e2849751b7cc7869db0015399e8e9 0.08 MB 180 128
260,982 260,982 0000000000000009e3d3eaabbf90938ad1e235bbf07c58059849fc7dc863fa70 0.20 MB 366 119
260,981 260,981 000000000000000d5584dbfc362574e5975e9b43b0149fbc802da2dd799db6b4 0.01 MB 16 113
260,980 260,980 00000000000000086b1128f08c6bd8e5c92618af94178e4ff8b38d3227e0cb78 0.07 MB 146 82
260,979 260,979 000000000000001b8e633dbfe99fe869c81e545f430a464395d7f9d333a2503b 0.23 MB 504 116
260,978 260,978 000000000000001b55d7b2853b19ee3fd1efa163870feffb6bc27b2b60a0dd23 0.11 MB 283 46
260,977 260,977 000000000000001c88b2e72f1ad9fd22e59a103ada07be3acc19ab391f72a916 0.02 MB 52 145
260,976 260,976 000000000000000a0655c672c7e80389a5e475e882e661159100245bb59d88b5 0.08 MB 186 106
Previous 10 blocks ↓
Total Size: 769.85 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,680.87 GB sent, 97.13 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.