Memory Pool Memory Pool Refreshing

12,679 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (599,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,292 308,292 000000000000000019cf2b130b3381e9d974464aa18a24aa2120253e2b8a6c80 0.08 MB 139 26
308,291 308,291 00000000000000004f48a43d7d6705a33fcec85b5d492db364051f2bd8397651 0.20 MB 230 25
308,290 308,290 000000000000000033c0a9f72ee21c9ba4f7ccc614491fc0bf3b2db6ea88e75a 0.07 MB 168 155
308,289 308,289 0000000000000000400a00734446f59807a800b5b30e7beab2bfad40750102b9 0.16 MB 233 28
308,288 308,288 000000000000000020a1f82b14eefa556bc41735e4d5c59047a55bb9cc8ecf85 0.07 MB 123 24
308,287 308,287 00000000000000004bff6ed5b2e53c185f56e642b1d34cff208d1a366224b932 0.01 MB 30 35
308,286 308,286 000000000000000028f715d050f4df47f51df3a1bcbb4d80ba5fedd27fa7e9e2 0.07 MB 97 18
308,285 308,285 00000000000000003a1e5abc2d7af7f38a614d2fcbafe309b7e8aa147d508a9c 0.26 MB 437 29
308,284 308,284 000000000000000014c956c967be43fe3a2596e3b09c2967b8de847682f65730 0.08 MB 169 28
308,283 308,283 000000000000000033002a9e56d203e378177d7f67644c16b8c5f1b4fed72313 0.30 MB 562 30
308,282 308,282 000000000000000019d784f860631f20942650ee2da35ed3fd68669f4f8d880b 0.08 MB 163 32
308,281 308,281 00000000000000000d045f283dfc664d2f9fee9131b29d53ea8251c77b7cc6f1 0.02 MB 43 21
308,280 308,280 000000000000000046ec2fa13d252819056fed18f5c84a1b8dc8e1fcb70ee754 0.24 MB 438 30
308,279 308,279 000000000000000003405d3db466062786d34c6c1e6a3229cbdd7a344747d2c9 0.17 MB 269 23
308,278 308,278 000000000000000004c519cb71abbcd760d7db8f726a59896ac30bdb7cc3adbe 0.14 MB 246 25
308,277 308,277 00000000000000000b000fd03bb4ebd3e0ad75187e608f4c1886efda41c3f7b0 0.05 MB 78 29
308,276 308,276 0000000000000000294f1a86ed985c7fa621dba5e5090d4ed5ec99a052d43292 0.25 MB 545 32
308,275 308,275 00000000000000004d2ed69ac33f1b821015c8faef74977b9cf2b16d7b063715 0.20 MB 168 20
308,274 308,274 00000000000000003248db8548aba83cf5d6feab922b9750a43b844a07717c2c 0.01 MB 20 38
308,273 308,273 000000000000000048bb846f0fc1fa14c8860bd1beef0c259d0da8ae74cf7c42 0.13 MB 290 30
308,272 308,272 000000000000000024a946c0b94d006c9e1c544dc46c07e08947dd20cee81fbd 0.15 MB 300 32
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.