Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (7,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,256 900,256 00000000000000000000d9ef3cd9895ab6674515b4630d1f6bf7cbdd706359d1 1.39 MB 2,334 2
900,255 900,255 0000000000000000000102c501ccf112546737784bb4dd0f6f66894e9b94fd37 0.10 MB 240 4
900,254 900,254 000000000000000000019671dc5fb1396a7c7c2316364d2dc4afb5e8cbaa8435 0.96 MB 1,626 2
900,253 900,253 00000000000000000001385b40e7c5214724131762ebccc888589e0a18d08656 0.12 MB 301 2
900,252 900,252 000000000000000000013f9fc12d87c577db6c08189ad467ba6518a2520cc031 1.56 MB 1,608 1
900,251 900,251 0000000000000000000100b3b3854ef38af527b6908cfe217430a8f6fb452a90 1.37 MB 2,267 2
900,250 900,250 00000000000000000001b5fe48acbd517899ae27f95486d13388383cbd04c8f0 1.50 MB 1,956 2
900,249 900,249 000000000000000000021f0880dae6e253d8b6ff35e9e8ee29de653b29ed9fc1 1.51 MB 2,080 2
900,248 900,248 00000000000000000000864b3dcd51c121655f638d925272d8ed7f6915db82fe 0.60 MB 641 2
900,247 900,247 000000000000000000010acb6ee2f3f2a048296bc386baa1a977839f098f0186 0.90 MB 1,115 2
900,246 900,246 00000000000000000001cd29ad02f9065eb23b305fe196fd9cc4f64036cdcc0b 1.08 MB 1,802 2
900,245 900,245 000000000000000000020f2cebbf47e03183e6a04a11d9a447013b7f1f1ab246 1.46 MB 2,169 2
900,244 900,244 0000000000000000000037d4e9649060a49dcff38d23428637cc68def98ea2c0 1.42 MB 2,796 3
900,243 900,243 000000000000000000004db6573f36d1ab388b25bd40bef2ef00b3c51630ceee 1.01 MB 1,613 4
900,242 900,242 00000000000000000001cf37ed31444bc2ff2f1e70ec1f2c10d56c251d1e8adf 0.01 MB 8 2
900,241 900,241 000000000000000000013c62cf5f54db7cbc4d9e536fb9c4bf01a9ea41bd63f3 1.03 MB 2,020 2
900,240 900,240 0000000000000000000140ea9f7c23c20d0666b3e4e835c8780634159c88bfca 0.77 MB 1,521 2
900,239 900,239 00000000000000000000b8ab7f57874072bcb28df381dfb2bc8ac9341341fefe 1.45 MB 2,397 2
900,238 900,238 000000000000000000001104a86fe1856cd09f571cbf7f64eeb822056e07095c 0.23 MB 343 2
900,237 900,237 000000000000000000006c8e7e2019941196df8ee236bd426de746203a6895fc 0.52 MB 899 2
900,236 900,236 000000000000000000012c4f740f80ff52a4a9a9ba38ed5b8858dd5292a5d945 1.19 MB 1,561 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.