Memory Pool Memory Pool Refreshing

5,508 transactions
2.69 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (705,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,940 201,940 00000000000001b01409ba2c319353bb8d888cecfe5753b334bb8039b31fb886 0.06 MB 151 134
201,939 201,939 00000000000003295229fc93d6e9f886b6f85e87248bcc5d4e23289672bb7207 0.36 MB 582 157
201,938 201,938 00000000000004b80593f676228ee1a9adbcbea4d2426d65db2ca683dfdf39b4 0.05 MB 134 85
201,937 201,937 000000000000021bdee141871a4931dbef9201adf9d2094136d192446709305d 0.19 MB 490 182
201,936 201,936 000000000000045c5d95b176ba8561c0b1b29d9b37073eaa3ba317dc05938b1d 0.04 MB 142 142
201,935 201,935 00000000000002d2557d06353f2011ae492bb7fc4a3f962e4b5093a4683a5e5a 0.05 MB 159 86
201,934 201,934 00000000000002e7fce8031c0a4a4586c839d8397205ab5bf99d9f743781dfcc 0.09 MB 183 123
201,933 201,933 000000000000009219bdf1dac4bfe92123bb98f2967cb130567dcf76d181167e 0.05 MB 123 161
201,932 201,932 000000000000018162d31149307f35bb5621b0848e4c0abf60e3ed22b2a1766c 0.00 MB 11 0
201,931 201,931 00000000000004a43ed8d7f3fe6fc7baa06714117da64f700bb4333e496fb6dc 0.13 MB 325 169
201,930 201,930 000000000000047bf71a26cf91b7040d809fc7f51df2eb803298767e93078fad 0.07 MB 148 124
201,929 201,929 00000000000000832ea009cf33c2506bde4016e7e33ee06b829d9a608ce5f5e7 0.11 MB 323 178
201,928 201,928 000000000000033fd06e7786cf804cd680447d80f7b22635a6a9d1fbab102048 0.00 MB 1 0
201,927 201,927 00000000000000f774326ab3b3fe462dd93af8fff216c19aa4a766d5f60a1d80 0.01 MB 42 136
201,926 201,926 0000000000000447cb8b1a6a97d294809a8ced5c9af8e4da0f484a5c4b7d18f2 0.10 MB 304 155
201,925 201,925 00000000000003112a2f742171037266e41d11df153431b359b3162b8693c3fa 0.12 MB 361 189
201,924 201,924 00000000000001951082211da27726c5788a09f9d172853e33f64783d6efefb8 0.12 MB 234 95
201,923 201,923 00000000000002b170cd44e03de2678c5f9992ff1cd6276bfbbaa8891072308c 0.02 MB 67 68
201,922 201,922 000000000000012c9a9f36881572a1dbfa9b6ad256a8ce02f4296fc7d2517b4a 0.25 MB 688 191
201,921 201,921 000000000000055f2e89b27c15fcf90cffb1372a38d16ef2c54d45c7d404462e 0.05 MB 154 125
201,920 201,920 0000000000000321c3282315627941b2243953adf5479ab5a1c522ed01e4e88a 0.00 MB 13 43
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.