Memory Pool Memory Pool Refreshing

8,110 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,280 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (667,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,390 240,390 0000000000000087a7e9da133fb08c03b74594c247f0a123213767a761b2e441 0.06 MB 136 165
240,389 240,389 0000000000000016ae8ebdd9f9525a721e85dee96feb56bd48b3061e4485c76e 0.05 MB 124 3,587
240,388 240,388 00000000000001087326e919c1c8b4ddc833c61afbaddab803be8fb8af4ce866 0.21 MB 470 153
240,387 240,387 0000000000000102032dd6176fd5e97917fd090a94821091bf642e2380541686 0.00 MB 5 51
240,386 240,386 000000000000002265ee0cdb08dc3a7ece989e75b5c7dbafeee2bc680a644f9e 0.22 MB 512 185
240,385 240,385 0000000000000103f0488cd03124cae066b998513b9dec8c043c79201ca8dda8 0.14 MB 282 145
240,384 240,384 0000000000000079c2d4dff5847a8267d445671d830ac0c02b8821e39393d076 0.07 MB 166 182
240,383 240,383 00000000000000a939196a64d029855cf1951f6551f25ec352e5d6fc83a4037d 0.17 MB 412 134
240,382 240,382 000000000000001fed026a64dc6c1d1b5f4fa485ba69ec509d9387d61b2076b3 0.08 MB 171 107
240,381 240,381 000000000000008240f3f2ba70c832de8a8f55d6a516ec079e5ac8c40f761bae 0.15 MB 324 166
240,380 240,380 00000000000000f6352ddb2fc946ced4ad5c821e43db10538f8e8594330a4ff1 0.11 MB 238 186
240,379 240,379 00000000000000741466886d3c8cfce190f6ff965c93ca0f2643837667683fea 0.11 MB 245 157
240,378 240,378 0000000000000055da03271dd1d88be32e124f148933063744fd3544e338a9c8 0.18 MB 407 129
240,377 240,377 00000000000000f723328114ea9d7ebfd10c98580cbad44124847e3400ec2159 0.10 MB 227 189
240,376 240,376 0000000000000094455118ec7cb6d0253666cc5e4c5f9a4df9ec8c3d4ae3e3bc 0.01 MB 32 60
240,375 240,375 00000000000000e85b4ed1cfa9ffcd5d6dbc75213c675ac60d4458b7df3761d7 0.11 MB 167 146
240,374 240,374 000000000000005aa5937f71270b3440d0f191260fcb864a6b66634d91967951 0.01 MB 31 45
240,373 240,373 00000000000000ef617c82d4de50cd0e7585894154f18e543ebb49a8a2b15bc6 0.17 MB 240 146
240,372 240,372 00000000000000187b067ecba89ecfb0a265daefda843373cd92e9808ec2512f 0.17 MB 430 187
240,371 240,371 000000000000005c029077175962aec230dc94e14e1d79fc6cc182228418b9ee 0.23 MB 512 61
240,370 240,370 000000000000007e2125ab5a236152818d5e6d4374b20c72475f4ad877b090cb 0.10 MB 205 136
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.