Memory Pool Memory Pool Refreshing

4,699 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (651,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,931 255,931 000000000000003a28f7ec65f6feaa516564cb49f1125e10a3b44c940db55994 0.23 MB 576 111
255,930 255,930 00000000000000267389e4687ce322bdfd9b5fb2adfbc93d9afa323503d6de32 0.00 MB 9 30
255,929 255,929 0000000000000011af01c060a603ff53a6b09ed0866448a0e9a8d9a76d053f62 0.05 MB 96 66
255,928 255,928 0000000000000017aa76c6e886c4a5516b8be7ad1a87ed6359e9c294f2184454 0.10 MB 226 121
255,927 255,927 0000000000000002d71fe3899863ebfbf145cc5b6193233c374f94658d30574e 0.11 MB 229 103
255,926 255,926 00000000000000137f6bba1cf559b4bc674982bc2579c02899c445d65c1b49ee 0.12 MB 317 140
255,925 255,925 000000000000002a2828f8a0a8af6ab1e7b0e1580a3e6734da122646c9b18c98 0.05 MB 113 84
255,924 255,924 0000000000000005ab0399194ee40ed53c4b9cc9ef018b31412e16003ccd1083 0.03 MB 84 70
255,923 255,923 000000000000003331db9112eee0ef644cbcbd20d0fa3f7b4dc0140978aace4b 0.04 MB 77 35
255,922 255,922 000000000000001eb317de07b88373e30086dbc185e276339abb881d91ee85bc 0.21 MB 489 2,103
255,921 255,921 000000000000003f0b659d795df4d0331ad859e1a0436051cdecc38b11058692 0.16 MB 428 116
255,920 255,920 000000000000003b272699ed9b4e801d8c12962fb590f317d191db8fed84cef6 0.11 MB 261 44
255,919 255,919 000000000000002942728d2e3904423bc435ea7b058e421e023ff6e03d8efcbe 0.25 MB 608 120
255,918 255,918 000000000000001050a9f4aa00c3ff85610a7104ad5832e7211a5081e5578def 0.02 MB 47 86
255,917 255,917 000000000000002e5f50ca4712c0ad942cdcaf58d6aed76a6a028ca38a82dec6 0.07 MB 181 113
255,916 255,916 000000000000002fefcf4beab1ef694be72e33ace6863df9e53779c41e3974b2 0.03 MB 91 22
255,915 255,915 000000000000000f0ce3ac26a45a2ce893af006478134273d095084010567c85 0.38 MB 881 113
255,914 255,914 000000000000000988d43cba08fe59a1d9d8a8ebd8eec00415b1202ff9a6806f 0.03 MB 88 87
255,913 255,913 0000000000000030c524c8338b6f1a9c70aa2ae22527995080e25dd9e2eb53f9 0.25 MB 578 101
255,912 255,912 0000000000000001b79e65282a40993176e489e8424633d0ef21111d0f12cfd1 0.05 MB 115 109
255,911 255,911 000000000000001907be172a521e388b3a9bdba3ddc944c46f198f9610969408 0.03 MB 71 62
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.