Memory Pool Memory Pool Refreshing

829 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,680 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,679 (704,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,562 203,562 00000000000001f78a9e3413f6ff25002bdd6b9f89f9a9245ceb9e0f1fdad4ee 0.02 MB 53 123
203,561 203,561 0000000000000083f1eb1ad1df69263730c8135a71a65faeceee770befcff986 0.14 MB 351 140
203,560 203,560 0000000000000371cfe7b33be277328726b177670f0928828b78fae5aa905cb3 0.12 MB 186 82
203,559 203,559 0000000000000034f62f940e3f991875f4c6e5218befee5d1e49665f51014536 0.05 MB 113 169
203,558 203,558 00000000000001f2d7e83fc4355035e3e0f9681519af4758d99bc499dfb53846 0.05 MB 118 69
203,557 203,557 0000000000000439c1286df66d0d73e00f83776adfd6942927493c0d54ae5cfd 0.13 MB 339 122
203,556 203,556 00000000000000045265d5895e05a973064f3a6a306e00c35ccbedbd79daedc1 0.25 MB 422 138
203,555 203,555 00000000000000218a46070ecc70b029955970f4ccf9ade81533d9c8faef8838 0.02 MB 72 63
203,554 203,554 00000000000002fa5b48f5fb0182e535a95718ddf5a8a11aade12ad5f4b042b3 0.25 MB 610 135
203,553 203,553 00000000000004d3caee0c8e4189be5d48252b3a80362849e6f0ce71ea396706 0.24 MB 377 81
203,552 203,552 00000000000005478ce456dcd4af2f393f444a4d8b2e717ca7a2cd603dd3fcab 0.11 MB 245 145
203,551 203,551 00000000000005298fc24dd42ada2010cc3bae127da6b588bc8a8d9f7ccbccb0 0.05 MB 74 100
203,550 203,550 00000000000004639c0b0180b3f5511b9cad44ad9649adb1c366218e1bf91c50 0.19 MB 509 142
203,549 203,549 00000000000004f8519c671965c5cf9dcdb7953e61aa81b60865a02140b5bc6c 0.03 MB 73 138
203,548 203,548 000000000000008fc38c3274bae8c2c9cff19d4a67b5c2350c17a295b9162adf 0.07 MB 141 93
203,547 203,547 000000000000012a99d4d828a3dffd7954947dfd55f09cfc69f0ac5fb90ba46a 0.02 MB 37 82
203,546 203,546 00000000000002cf305122db57d407cf9201b5103f3a4a7e63bbf396ec7a0884 0.00 MB 12 71
203,545 203,545 000000000000006472e36fb3dc1f77b846feabe001b2b86fc78fe8110cd6ce4f 0.09 MB 222 132
203,544 203,544 000000000000047e57e1532bc69094f1131353b19aafb225a99895ddf6546aa1 0.01 MB 40 48
203,543 203,543 00000000000000e900bcf77914807d3ad397cc2f8011754e10dba19758dc8805 0.04 MB 96 103
203,542 203,542 00000000000001090471a27ff9269653352e2bc81a25ed02ce9e92adfc043e02 0.12 MB 68 26
Previous 10 blocks ↓
Total Size: 768.95 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,613.49 GB sent, 92.51 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.