Memory Pool Memory Pool Refreshing

381 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 364 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (759,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,506 148,506 000000000000017b4526256e48719d3b56670b0e3643a87c352d22c08c1de99e 0.02 MB 18 37
148,505 148,505 00000000000002527d23a127b237ed50a541de8c61160f85447475ed205b9134 0.02 MB 57 213
148,504 148,504 0000000000000290b90925bc2c47ac5553935b41ef84d67aba95b79cd0479284 0.03 MB 89 98
148,503 148,503 00000000000008eb3d4c4772292530b10ff8747eb0f8b6ca6599d7783dd13872 0.02 MB 49 268
148,502 148,502 000000000000052476da7e5b756f3e18d1404d614de6ccd263d585881d4b842b 0.00 MB 14 117
148,501 148,501 00000000000005ea9cfe5cac44acd4441dcdc907c4455bdccb1b48ec4da42dbe 0.01 MB 19 554
148,500 148,500 0000000000000989192ab469d6bfdba1c2599957be2a5df6c9bac74bd1b79416 0.03 MB 57 141
148,499 148,499 0000000000000252731f62065a165e6912abb546cc1e63a01a533f21b4f1f30b 0.04 MB 147 46
148,498 148,498 0000000000000172bdd146a58d7325f67c1ae2b54928d05e6b2a0bc23f421fc4 0.02 MB 25 67
148,497 148,497 00000000000007d24db16829c07ce107afb091d4323da6728ed527ad286c6108 0.00 MB 1 0
148,496 148,496 0000000000000449e752071a89b283a5cf61ca97f1d155709a113b89711ea52a 0.01 MB 15 126
148,495 148,495 000000000000046a32cc64628af15bc28e683d7964193e477bf23cdc5be86866 0.01 MB 11 31
148,494 148,494 0000000000000357154ac0d5f3fc2f405d10ab15e3453a3d65f1427d10705c21 0.00 MB 3 194
148,493 148,493 00000000000003da554c916ee53bbb64eb617e4140ce9fee688c0b98f1a2e20f 0.01 MB 26 91
148,492 148,492 0000000000000008f3e42795b87af4554575d9c1ae8d2be6ebb2b96431ce8b3e 0.02 MB 31 86
148,491 148,491 00000000000007d07d5dfdce5434fe67496a973594f133974326a062a579c7aa 0.02 MB 55 113
148,490 148,490 0000000000000832807c4f19d079056f3d3a33c7d4a5a05687e1c65f63023f95 0.02 MB 23 124
148,489 148,489 00000000000002d8d135d5276dc00c00073327c137a59f54ca92aff17c5da8ae 0.02 MB 86 57
148,488 148,488 0000000000000419f33d262c622920178196d96ff62718210e0889f858882d70 0.03 MB 72 30
148,487 148,487 000000000000003552687824e8c2f3eafabafd43a5af7bdebc93cf725fb780b7 0.01 MB 34 450
148,486 148,486 000000000000011e84074d9b411117130db2cadf5768f698c4c0b589c9615434 0.02 MB 25 54
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.