Memory Pool Memory Pool Refreshing

291 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (626,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,927 280,927 0000000000000000fe4e02de3ecc839389f9dbc8b4d6310bc74fadbb6ea02c41 0.28 MB 125 12
280,926 280,926 00000000000000015784fed1ca0792d4729e8ae0edbdc53c9cba019c6ac22560 0.25 MB 508 30
280,925 280,925 00000000000000011206a224b99b8937e277a94e535779c4a168df7aa88d0e35 0.25 MB 758 79
280,924 280,924 0000000000000001770be4d4ee49019e4cdfcb7511b7c9359f0f982664824f51 0.17 MB 317 39
280,923 280,923 00000000000000001ee4cbde0f9c6690546ebd8bb8aeda24ee647c453b50a297 0.39 MB 52 11
280,922 280,922 00000000000000004619e9095cb3347c75dcaf45a82da8fc5889c29b3c05d218 0.50 MB 718 32
280,921 280,921 0000000000000001c9a53805426128d9e15643345c3b3b8b742e6520a366c59f 0.05 MB 116 213
280,920 280,920 000000000000000088ec902974509837494f88e2911f1b5ad171c2bb295daab7 0.07 MB 135 34
280,919 280,919 0000000000000000b71e2b52640021f59ff53f1eec5ffe034701a6fc79c402a2 0.11 MB 216 42
280,918 280,918 0000000000000001909158325f08013cd51f71b6876be70e2e69bda52f3301aa 0.10 MB 223 93
280,917 280,917 00000000000000013fdc8e35d50e39585fd1cbfe07530db528f260f41da1d51c 0.53 MB 753 31
280,916 280,916 00000000000000025f30def7b9a714d961abaf06a867a114d6e6393645605f5f 0.23 MB 68 10
280,915 280,915 0000000000000001d70b0f17f98b64e9ce0a35d6b00fd02e8bdb2bc498fccee6 0.47 MB 772 39
280,914 280,914 0000000000000000df199850e28f7acd92b1743340753eddb00f8bb03dfcf790 0.34 MB 733 61
280,913 280,913 00000000000000015c04671cb2abf61c7129de6e899821f1caab47eb79fdf9d0 0.08 MB 142 5
280,912 280,912 0000000000000000f016e2fc1e5b9e9fdcda10f12ade244b59dc108954f3602c 0.12 MB 181 28
280,911 280,911 00000000000000007413eac5ad7da8ea31bc636e8bb3e5897f48b84745c93ab0 0.10 MB 155 27
280,910 280,910 0000000000000000d9e10c4eec92e9fbd48eb018b589e86963320296db883493 0.01 MB 36 43
280,909 280,909 0000000000000000d5db58c526ea6f70f158b54dc0bc210b18b9220a8adc5e95 0.01 MB 15 40
280,908 280,908 000000000000000212a80dadbc1d604240ce4c108207bde4df3269451db9a595 0.01 MB 21 41
280,907 280,907 0000000000000001e33967261850ad9710c1b2f4a029ae5d1071fdff46a3e35c 0.22 MB 513 75
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.