Memory Pool Memory Pool Refreshing

146 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (309,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,031 598,031 0000000000000000000e14b0944bb074b1228d01933ee656d17a809ee53c46db 1.30 MB 3,255 14
598,030 598,030 0000000000000000000f36f677a781f45601fa00c430d22eb8c06e6253b3c0fa 1.27 MB 3,407 17
598,029 598,029 000000000000000000105991925d744a763cca0b9e01f8b31e72bf3c14601f56 1.21 MB 2,723 5
598,028 598,028 0000000000000000000311da3e8f48c286cf9825edb92aa4b7c8e60e5487e916 1.29 MB 3,291 12
598,027 598,027 0000000000000000000337a51e06b90708776a8d527ac20e78d10e900b6baf16 1.38 MB 3,096 34
598,026 598,026 00000000000000000001d2853a53754e2fde3fb5578ba5901681398a7c680161 0.99 MB 2,782 12
598,025 598,025 00000000000000000002aff179fcedd70c1eff7cdb636ecc2ec7760bf8ea1d5f 0.53 MB 1,134 12
598,024 598,024 0000000000000000001467a8374923a8aaf20710404319d9a992c5f3a157fe32 0.94 MB 2,538 13
598,023 598,023 000000000000000000040f5af6ff64036bad9200753b37f2402f97a7b47e4294 1.01 MB 2,679 11
598,022 598,022 0000000000000000000881d1c58a83da8d0f1e7adf5da87944e4ad1b23f8bec2 0.68 MB 1,773 15
598,021 598,021 000000000000000000021c736def018b49869528f2359b175ca6e9f2b377bc62 0.16 MB 472 16
598,020 598,020 0000000000000000001216aac1178ce38ede2cb592f131e84fd10224228e1513 0.72 MB 1,944 15
598,019 598,019 0000000000000000000f2051714c281f39d51b29f991b59c8d649cfee84a74b2 0.79 MB 1,855 11
598,018 598,018 000000000000000000158c036b0843d183697805818fd92bce2115a28b3d2242 1.35 MB 3,578 9
598,017 598,017 0000000000000000000cc2c17cd49d8c2e68fd3839162e5975a8f95adcbe050d 1.27 MB 3,110 18
598,016 598,016 000000000000000000038017b7f2236e86c956851436d444f9a34232ff37dba4 1.22 MB 2,929 10
598,015 598,015 00000000000000000014d2220483f60ed5c77c1a33d86c86654566f7a898a6d1 1.31 MB 3,207 35
598,014 598,014 000000000000000000125f862118c5bb1dfc299fa2b4056a6da6df678f0ea251 1.19 MB 2,553 13
598,013 598,013 00000000000000000006a25eadf4553895cb5c6617081149d8f5f7a365befefb 1.25 MB 2,647 24
598,012 598,012 0000000000000000000f57aef12eb8bee0f0e92acc1f2863403fd0cf74eb2b80 1.27 MB 2,682 12
598,011 598,011 0000000000000000000a8325e27cc922e54560dc4ff5e35505b8160f10ac0388 1.48 MB 2,763 30
Previous 10 blocks ↓
Total Size: 769.15 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,632.57 GB sent, 93.62 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.