Memory Pool Memory Pool Refreshing

4,490 transactions
1.29 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
1 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
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,407 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (811,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,370 97,370 00000000000185f749aa26c96490d6c854cd459ccf448ad4114dd7942cf01c90 0.00 MB 9 0
97,369 97,369 000000000004e23b5ccb9461fbd247360ccbdc6a595ce947a8c3401bd34d8848 0.00 MB 4 0
97,368 97,368 000000000003fa6b0a47bcaf0a0490628cffff44f1eded9a323eee4389b07e7f 0.00 MB 5 0
97,367 97,367 00000000000132b3a1baa6b25eb5cf63ce22181c58434e55a9c76d8693c6a52a 0.00 MB 1 0
97,366 97,366 000000000000ec13b1b3a7d6c2da0e902f8e5100ddddbe16d6ed0577eede34b0 0.00 MB 2 0
97,365 97,365 000000000001299a9d4ce13b3216502410d4d7e4a1e2d1eb46f2d4b9e8f56d76 0.00 MB 1 0
97,364 97,364 0000000000037ffb518948e74a8da1ae9802aa04c7d36fad1f86d5e13115e610 0.00 MB 2 0
97,363 97,363 000000000002130f6d27938ec13290f4549ac3b93cbe307ba791659d53e1f184 0.00 MB 2 0
97,362 97,362 000000000000656af868c240c560fe96dc0aa8d85ce580bd989310b017cfa207 0.00 MB 2 0
97,361 97,361 0000000000025a465267515fd460e0017687c131423a5fe60fa776bdbc5a687e 0.00 MB 5 0
97,360 97,360 0000000000048ea75830f33c8fc9aba317a0b6c7dc014c4180c40beba14a3e68 0.00 MB 8 0
97,359 97,359 000000000001fad3c56a24c201158c1458c27e4e000ce5a3f2682df928d7ffa5 0.00 MB 6 0
97,358 97,358 0000000000011492c378bbf55b611dacbbb43ad64c6cb9ebf758e295b0b8de27 0.00 MB 8 0
97,357 97,357 0000000000023d60b8536c22c7203f3305d7fbb66b9cb37e90e83eb622770d6d 0.00 MB 7 298
97,356 97,356 0000000000007498cbf52d8847459474b8a8b1c895d3726ccf66b9cd45571e6a 0.00 MB 1 0
97,355 97,355 0000000000009b32122e074725ff9821360822895c385651eb8d816a3f2bfeee 0.00 MB 6 0
97,354 97,354 00000000000310cfefbf4d09ea578a9eb424122a16385bffc152f5788833d807 0.00 MB 2 0
97,353 97,353 0000000000040796bbc0afb5ac8ac8ad6d7b91f172a62f8573c4858e0ea35516 0.00 MB 1 0
97,352 97,352 00000000000291107a9370b175ac8b272cf55e3671f3cecce82addf6cc08fb53 0.00 MB 1 0
97,351 97,351 00000000000330e30625db0543645c468202ae0ef2c015dc7d6ed29f9342814d 0.00 MB 2 0
97,350 97,350 000000000001e6aa73aa55046514958783ae9c1768eeb73fd057d5570d22e581 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.32 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.