Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (638,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,919 268,919 00000000000000042230c6a4c150a95e1cf87b73d2442b7180acf83b34556ff5 0.31 MB 554 67
268,918 268,918 00000000000000001ffc0e546c0c87697e15b05d058d867b81ec32c0796c457c 0.15 MB 304 63
268,917 268,917 00000000000000026071366b45fbd6ed3884b23474c77564e81f2741c0bca7e8 0.13 MB 296 80
268,916 268,916 00000000000000022ca353a0b4c935629ebaa2a8569d54c97da55e4093e16e76 0.04 MB 96 23
268,915 268,915 000000000000000483b9601c40bda3f39f8b64d38c5cc6b38b753168bbbcdf49 0.17 MB 407 78
268,914 268,914 0000000000000005401d696fd2997bafa408167369e6aa4e71c50faf1266a84b 0.11 MB 264 98
268,913 268,913 000000000000000624d4a0b7c1fabecf2a6c5a22f55d24e239cf56a75db11eca 0.05 MB 104 50
268,912 268,912 0000000000000004fc105eec1ee3a38983972cc927ba2bc50153ccb123025193 0.33 MB 665 99
268,911 268,911 0000000000000003ccee3b686e0a659d9813878531fba4a9b35edcd93cad5edd 0.12 MB 225 59
268,910 268,910 0000000000000005bebf8196f459274f52fa826922d544380cb49e96968556d0 0.08 MB 215 131
268,909 268,909 0000000000000001c1e557d5af626dc39a28ab0afd5422eeaa4124f048227683 0.34 MB 596 116
268,908 268,908 000000000000000653e9eda54214ea37a783ceb47e618a5e841c09e09f2a35bf 0.15 MB 319 93
268,907 268,907 0000000000000002dec64a913b97e57dcd10d08432b717a752bb5db5d15102a0 0.19 MB 393 91
268,906 268,906 00000000000000016b4df78c62766f942ae35ad1870b7106705c2d053935d97e 0.36 MB 611 50
268,905 268,905 000000000000000682e387d314347e8f0720796b5a5216a54b7965cf29daf6ab 0.25 MB 540 113
268,904 268,904 0000000000000004869ffcd2b2f1a0e673fe6d9e2faec2b1686bf77cdc411f0b 0.14 MB 320 81
268,903 268,903 00000000000000018357db738a10dfc421f0c683b3b76b2d6b9fa6eaa92535cf 0.05 MB 103 82
268,902 268,902 000000000000000795dcb22979e0e3aa7ef595fc953401040aed4726099744da 0.05 MB 107 69
268,901 268,901 000000000000000483e0f7dabbed1c3f7e15d8b8bd30c0d0569d79906e6974df 0.02 MB 48 71
268,900 268,900 000000000000000685eb64e3c36ec9bb5b9332dd78bb1d789119c890351086f1 0.13 MB 179 52
268,899 268,899 0000000000000007787cfc75521a97eeaa07f11228bb7cfd0b1454b0d82c4e36 0.25 MB 471 78
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.