Memory Pool Memory Pool Refreshing

5,549 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,404 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (894,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,452 13,452 0000000056e800a85cf7affc8ab86037dac4c7e02f3912e8d3862e034fe0e9a7 0.00 MB 1 0
13,451 13,451 00000000b453c842934c3b0148f1404a4aa8fdf963bcbc1d4f9687cfee7694c9 0.00 MB 1 0
13,450 13,450 00000000c1f00686bfca2187e2a8b12bf61bb6046516183c610503f5592ad1f2 0.00 MB 1 0
13,449 13,449 00000000c32b2a0732b4376a6db86ae06ee57d2b952df746d85b403c0a13513d 0.00 MB 1 0
13,448 13,448 0000000016b1a6f9e6eab9d181e40ef147455726f1964d250a768b0f860d5ef5 0.00 MB 1 0
13,447 13,447 00000000c2589b573206b8b7a81d7db6bde2edd7e810662069f90655506db317 0.00 MB 1 0
13,446 13,446 00000000d1b2432b4602a2cc1014a7b37a7d6dd32fccedbcdedf27a9f16f1847 0.00 MB 1 0
13,445 13,445 00000000084efd8baf67d0ca02a15e64e00e01ed6e2012466903ebc82b043460 0.00 MB 1 0
13,444 13,444 000000004eed3051d09d1007cb1d1e77ef3d44c16d04f00d1e05fe595cddf330 0.00 MB 1 0
13,443 13,443 000000005aa50746e14c96f1bd5c892cfcf0c1e7f2d5cefdaa3c41a9e9ed1725 0.00 MB 2 0
13,442 13,442 00000000b2e80466be06cbabd94f936be4459a6bb149c47903e83f8a9b4264be 0.00 MB 1 0
13,441 13,441 00000000867794e4827d4b7d72d3a2d57f41cdf6659acd875916b708b9f04b2b 0.00 MB 1 0
13,440 13,440 0000000013167ca2b5c432118b9112483cf93a76abe6c9d0a2e3852a52a4480c 0.00 MB 1 0
13,439 13,439 0000000021ff9993af3060988ca1aa54d29db626c4fdc2c72001f397b4a6796f 0.00 MB 1 0
13,438 13,438 00000000c818086cb9508e99db7b63b1ec6c44c82465c1fa6310e01af2b8410a 0.00 MB 1 0
13,437 13,437 0000000041688dafa0d9e89c7193a752e40cbe260f8e396999c8809680b67c76 0.00 MB 1 0
13,436 13,436 000000005912505748d52c03cd99323af3b3b108b5048f75bb8f322fbe8121df 0.00 MB 1 0
13,435 13,435 00000000daf15ce1fc6ef5f04a0773eecffb88707d97148168eddbbae34c4ba7 0.00 MB 1 0
13,434 13,434 000000005b3d03ccd5ab1f583325fd66ee35c3c754cafd2635cdb2856d2dd254 0.00 MB 1 0
13,433 13,433 000000008b7fb220bf84bb8d617c7563d78fb7a959b37a7916f32b40cb6f8558 0.00 MB 1 0
13,432 13,432 00000000faeb1876d8de6b995e5261a9468bfc88e5ccfb951474f04def6c685b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.45 GB sent, 98.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.