Memory Pool Memory Pool Refreshing

7,432 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (854,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,403 54,403 00000000151e89560c04824965283093e689e3c308e220f4317d5d6f9d7f9133 0.00 MB 1 0
54,402 54,402 0000000007925b6b39c5613d3510e9879f0d7263394e972d093f83dca5f1c610 0.00 MB 1 0
54,401 54,401 0000000016353e77dd80cb56062915e69c67493c67ba0d15f53380321cb7be75 0.00 MB 1 0
54,400 54,400 00000000153b400f2d4fb6a3b4d1d122f526a07626c087a49381d8258cd00f81 0.00 MB 1 0
54,399 54,399 000000000bde4b2c81ccf5abea59a8dc596a2813fa4ffc1c2f3cd9b140fede2f 0.00 MB 1 0
54,398 54,398 0000000014f9c994a9c5cae6c8198a78f1ab43eb80526fe9274955bbae157992 0.00 MB 1 0
54,397 54,397 0000000009cf436e0a2270380ec8d426921b956ca2be3f51b270fd70f715c576 0.00 MB 1 0
54,396 54,396 0000000004231d7a6a013c9df443e7524661abde0b5f53d1f971d371477fe6f8 0.00 MB 1 0
54,395 54,395 00000000078938b2d1d5997121d009c1977fea2e142f4a2ea1a1b0883c97325a 0.00 MB 1 0
54,394 54,394 00000000129c467816ad077ea759c04672eb77d7cd925347008aa5568a75350a 0.00 MB 1 0
54,393 54,393 000000000e03ed4d4a5af9e16fd7a314d18259271c6be32602e8c1128f3106ed 0.00 MB 1 0
54,392 54,392 0000000010c19a46759167af62a38855ca03d758a7d11533347e36cf42be9637 0.00 MB 1 0
54,391 54,391 0000000003410876212ba8874f7d52b499816d0f662635e466dd58112a89d868 0.00 MB 1 0
54,390 54,390 0000000008a2c840b7ae62624fac22376f63e341e3d34a5f302937bd0117b5ff 0.00 MB 1 0
54,389 54,389 00000000059c880460409499f7a97b8f99e4e64ce490d174b170aaa62f294d86 0.00 MB 1 0
54,388 54,388 000000000023e363b625863e632b0978610f5f7d3355f997d770fff6354779a5 0.00 MB 1 0
54,387 54,387 00000000116b88d654c8928a293996af53e18aac7d6f1dd5ccd83f7aff40c8a6 0.00 MB 1 0
54,386 54,386 000000000ba740f1155ef3b370ec3e0c80f8a4f52b72202379130c7cb68c6e6b 0.00 MB 1 0
54,385 54,385 0000000011bc81329c6834d017a3d4157da0c0f7a19ce1106b08b18e7d575329 0.00 MB 1 0
54,384 54,384 000000000cdc7890aecd7e5669d3ee8dbcde14a674ac2fc207007b34cb1e2afb 0.00 MB 1 0
54,383 54,383 000000000ead73e21c7ced05abeafee090e8d5848a2ffd6f807203c744a3b511 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.49 GB sent, 100.86 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.