Memory Pool Memory Pool Refreshing

4,907 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (758,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,462 149,462 000000000000052f3cf0a13efd158b658a055d98b471eeba052a8daf74fd841f 0.03 MB 85 102
149,461 149,461 000000000000029e01c8dfd3c58663cbfe75caa5d6426cb47ddf41c6d0ecd869 0.00 MB 6 0
149,460 149,460 0000000000000b54f2d81cd83a8fd31295f01e99aefd9c47913c151c4803d79e 0.01 MB 28 58
149,459 149,459 00000000000007eb3ea61e1468ac9401b59ac3e8007e2964bca86622d57077df 0.01 MB 14 49
149,458 149,458 0000000000000ad8c4e4a25041fa064ec1bbc8e0062c6823aa8bfb0f2d029335 0.02 MB 71 16
149,457 149,457 00000000000003433217f2d6f0c91ed5e91922dc1a3faeffc3c53aa7fa7c05d1 0.00 MB 9 0
149,456 149,456 00000000000009568f846c3434bbaedae5196d6934602a054949d83b9684242e 0.02 MB 52 345
149,455 149,455 00000000000002fe176ca49069becaeb5870845f04dfcd6cec1dadcaa0a8703c 0.00 MB 9 329
149,454 149,454 000000000000050f1d57ac2d8ecca32bae72017a98896fe1e8fd1a7ed2d9d027 0.03 MB 64 161
149,453 149,453 0000000000000a092d867d0a524e67eb08e51d0bdfbc9c0f531768487c3b93da 0.01 MB 9 66
149,452 149,452 000000000000042171d4ade9e494c8f6879a44dbce8c77924c8e14611b36e6b7 0.02 MB 90 12
149,451 149,451 000000000000065f6cce2af502afc4e4cee64d9f8f4edb97dfe952c99199bfd1 0.01 MB 23 94
149,450 149,450 0000000000000450c290a8ecd9ad8256a165648fe75168820810cab10d546d93 0.02 MB 38 63
149,449 149,449 00000000000007faa76aa03eb024146ef13742e19800987afdbdc1ac57a3e3e4 0.02 MB 17 42
149,448 149,448 00000000000000a36b5d87209fa3d57ecf844e1b7d0c1d212746c662435a61bd 0.01 MB 26 287
149,447 149,447 0000000000000643c46565f13cfe2bb1954703ccb12ad58953bcf9c8d2564943 0.00 MB 1 0
149,446 149,446 0000000000000375063d3a72c3974190b19d283a2f9367a4cafd8c72051cb76d 0.00 MB 15 24
149,445 149,445 00000000000004427732bd215340242f0086d41b4ff1e834958c1b2cd8e393d3 0.03 MB 50 68
149,444 149,444 0000000000000a27cbb561d59ef31b7ff8c2e5cb492e2698f570d79758258e0c 0.04 MB 111 123
149,443 149,443 0000000000000593f9348ff87058e94334e25d4296f20522d12f09a6bc7e2f7c 0.01 MB 19 213
149,442 149,442 00000000000002bd7e7bfd512638017c1fdf4ed204b1e074f46ca70243f640a6 0.01 MB 14 54
Previous 10 blocks ↓
Total Size: 769.26 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.20 GB sent, 94.20 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.