Memory Pool Memory Pool Refreshing

778 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (856,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,275 52,275 000000001a9bfa778e4d0443aadea092911ab0eda8909aa1d9c60d77e9ce1a80 0.00 MB 1 0
52,274 52,274 000000001904cb7b68f06a99e8638f7b9e1f2bae69396fd4ba21be6d14db92ee 0.00 MB 1 0
52,273 52,273 0000000002f74b1ccb5260e8164fadeb0d5313e7c16e01f62a55e7a6db1dba44 0.00 MB 1 0
52,272 52,272 0000000000b33f397077bbc3aa647bf7dc282cd497e884ef44279afe2bed2548 0.00 MB 1 0
52,271 52,271 00000000177813878d6d272a02f7952fd4f060560889a4eb12dd9cdeb7511ffa 0.00 MB 1 0
52,270 52,270 00000000067f8064e2422758271378c622b3f2927135f56a74e3a940d3f9dfcc 0.00 MB 1 0
52,269 52,269 00000000139d1c56ecd23e79a59277053b848ce43e44ba2965c65da91a3029e6 0.00 MB 1 0
52,268 52,268 000000000237b76f3b48d6b6698735183025ba78fed6a095a2b47ae78413fab3 0.00 MB 1 0
52,267 52,267 000000000eb9c6b27c8fc98b033662a94101ef71dc3192f02cb723a6b107deda 0.00 MB 1 0
52,266 52,266 0000000008c1d0da33f202c00b241ebedc2e78856749122b3567167f639d308f 0.00 MB 1 0
52,265 52,265 0000000014968be07880af5c0ceae81e4cc06a18a3d62e3f754833ff98254f98 0.00 MB 1 0
52,264 52,264 000000000c341725dac8680a83546092b4fdeea6ce3794263678825d11756bd4 0.00 MB 1 0
52,263 52,263 000000000e0a7f128d4b4e664ca69a7b5d5dfedf67dffd436b98030a06c2d513 0.00 MB 1 0
52,262 52,262 00000000182f9e7ce4199340f871c4280cc27ba56dc03fed0f3d14fb6f55d725 0.00 MB 2 0
52,261 52,261 00000000191cd2a181c0da0640539843ab52e02c49064d78f26e4da9f09b6747 0.00 MB 1 0
52,260 52,260 0000000005af4f6c18eb2a3791ebc4003bbfec8df16b34fe88eac93d02d1d122 0.00 MB 1 0
52,259 52,259 0000000012c217e7b8b88c7d2f750c57359cf138774a6e297f6ce958f6aba419 0.00 MB 1 0
52,258 52,258 0000000011b5eb2eb606b290084ac106b242463a946ceeb6c8bd07c56b5412d8 0.00 MB 1 0
52,257 52,257 0000000015ddf987646ef9555c56751cccfa709d2a26c8fe0d1f691f15429dd4 0.00 MB 1 0
52,256 52,256 00000000153833d0533c66853855e2f628f296e07f38b9adb340c377b627eb27 0.00 MB 1 0
52,255 52,255 0000000007717753df264f977cea317e1d72b6a843cd8be687b8e991c8b882da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.