Memory Pool Memory Pool Refreshing

3,766 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,213 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (680,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,471 227,471 00000000000002d637d26a1f82fbb3ace27ab5754b02ec4c450f91c9c588fe8f 0.17 MB 342 171
227,470 227,470 0000000000000245cc2b024405f046433420cc5b3d200237eba29079769ceb8b 0.21 MB 419 197
227,469 227,469 0000000000000022b3539238e62051fc23ebb6d0b7daf30051fe22c330fb8003 0.03 MB 49 150
227,468 227,468 00000000000002d6eca01477f5fa244b828fe389c22f0ba207800c50668dc06e 0.13 MB 156 31
227,467 227,467 000000000000024e688e7e188586e81cac680c987abe431b3e87ceed7f899608 0.04 MB 69 77
227,466 227,466 00000000000000761899fd15d4494661293f72b3f617b395fb09ee820596c9e9 0.35 MB 534 133
227,465 227,465 000000000000026e052ab1bd9c328509f9d6472b8b36c4bcd2dc2b5a545b79cd 0.42 MB 950 221
227,464 227,464 00000000000002a32e991f1ffc3671a8c9a462f2df2acd3a47855f8bcd19de50 0.15 MB 127 59
227,463 227,463 00000000000000a34af37dd24985a92b9478c68ab0c38e0f56ea0594fd3f2eb2 0.15 MB 129 58
227,462 227,462 0000000000000358eb6289a48943b9a8ee01eb1905a081c3c9bbf19a8dc99665 0.26 MB 602 195
227,461 227,461 0000000000000347cb08fb86affb357bce55176a5b6e7e193fda6492d4ebcf9c 0.10 MB 215 167
227,460 227,460 00000000000002a07e76269bd817f5ebe0fc26b3f494f03ab742fdb75157dc3c 0.18 MB 257 138
227,459 227,459 00000000000002ff8d38bef3b9dc65d97783ab79d05c3db8f7b3c4a1baf8525a 0.15 MB 78 46
227,458 227,458 000000000000021d013fe27aa199d7d6e03f2ac26cee33c07fc2d7794dc12922 0.18 MB 151 88
227,457 227,457 000000000000016d4a12b2ff56b4c913c3a3d67bb3c6a884e4149f6c613711c2 0.47 MB 1,109 270
227,456 227,456 000000000000014991e997a6ff86f1847c2e22abaf6a5155c01cf64e8728240b 0.00 MB 9 169
227,455 227,455 0000000000000323fa0a16715131e13d87e30f4a448bf193ea075b996cc2039c 0.11 MB 277 119
227,454 227,454 00000000000001e1be7151903298c1e39161ff69fdebf5b028c6167ee05a1a96 0.23 MB 518 193
227,453 227,453 0000000000000115507d950faa8ce76b52dad60dff3d1122c54598ab22f403f1 0.03 MB 52 172
227,452 227,452 00000000000002e80a290aa7a0b1986a7bec88b1d6fb88ca3fa4276fea1993ab 0.10 MB 169 162
227,451 227,451 00000000000002e6273207b4a0d9e41b07362bf13e86df32d62b98d0cce16aee 0.24 MB 520 189
Previous 10 blocks ↓
Total Size: 769.08 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.20 GB sent, 93.28 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.