Memory Pool Memory Pool Refreshing

1,022 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 989 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (723,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,385 184,385 00000000000002063a629eb31ac3a5cd2e689fede6ae7d2409ae2f21e24af256 0.25 MB 345 84
184,384 184,384 00000000000009f08241c40b3dea8eaaf24d9760fc9c7f153c96de87199b91a6 0.25 MB 417 142
184,383 184,383 000000000000052c9042f1de060b818e7edbb755507faac353231498e8715339 0.00 MB 1 0
184,382 184,382 0000000000000a0de54c6010a52bd4700f64be27c19bd31b111575427beba4d5 0.23 MB 392 108
184,381 184,381 000000000000042a6140ae1dea766cbf7fb264c626d7728f67fcf7fcb8e5292f 0.00 MB 1 0
184,380 184,380 0000000000000104494824d0a79dba20dec025145891080b234c2e6ba0d53542 0.06 MB 117 99
184,379 184,379 000000000000057672f5cb2878389ff64c80d20f6493cb251e116e9c3a4f7830 0.05 MB 103 67
184,378 184,378 00000000000007dda8e72f35bd1b0a8e85d7e4195f8c0a0d2ff2092713c1cee1 0.25 MB 401 102
184,377 184,377 000000000000053a62465c14300a45494bf47c01d0e46b985d14991b3e01ecc5 0.05 MB 148 16
184,376 184,376 000000000000063d0c7f89f61ed748249d2231a6a24f02d511c214680caa8fe3 0.25 MB 387 95
184,375 184,375 000000000000077fddcdf466a1cf83a9589af10d85ccb4c4996de3a74674969a 0.00 MB 12 0
184,374 184,374 00000000000001124df72d65e141b832ca4f371448e0cd63bc39833c251af02c 0.25 MB 617 167
184,373 184,373 000000000000046e1da1589cf79e3b4eeee12fc9a546d603c2633ce92e516639 0.05 MB 142 83
184,372 184,372 00000000000004c1e263cca4c0c2a014fc5e290c15f14fe72c5242223ce67ea9 0.25 MB 433 103
184,371 184,371 0000000000000183d800e0062bf83e3e82da9d8928fa84e9f0305785532fe461 0.25 MB 643 135
184,370 184,370 0000000000000449b4bad351cd789c16a73dad9709aa613856c11fa19bba7ad8 0.50 MB 1,300 139
184,369 184,369 00000000000004cdc780f2095960b7ac103ad1dacaf91377f4254285f046005a 0.37 MB 512 121
184,368 184,368 00000000000002701b0ea4a41c0d8c1ed74d7e4e9dd2dac9ada278226e96e1d1 0.25 MB 612 131
184,367 184,367 00000000000006b34a3e19fe45539f8fb987521c284b6b7f6ec2072714ac2554 0.25 MB 610 130
184,366 184,366 0000000000000709e567393d08e4a5e793dd72c829f061095567360c0678795e 0.05 MB 138 122
184,365 184,365 0000000000000245d19676f36b9412ff387054e7ceb8e0da4aca4eb94a398d6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.