Memory Pool Memory Pool Refreshing

4,200 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (614,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,902 292,902 0000000000000000da52112a8558dc772049eee77a0a6f3fddfdebfda18ed36b 0.14 MB 305 34
292,901 292,901 0000000000000000475115027af8b17991c8c5ed424f08472c7518cbd524a9fa 0.12 MB 234 35
292,900 292,900 00000000000000001544a7fce213d98be118f550c792624758d2015165d003ab 0.25 MB 379 22
292,899 292,899 000000000000000055fd58a596c921f789b3785c0e84242f87981f7762117f73 0.19 MB 512 43
292,898 292,898 0000000000000000addad53239af8420246933f470ed016f99c1d8b4e16cd46a 0.53 MB 672 23
292,897 292,897 000000000000000062dc4dcfd9cd741bb1ad863300e3394df21c303bd73f5153 0.35 MB 1,007 54
292,896 292,896 0000000000000000011041246e9c05c24549b224089f7a9f1fc0c0bcec225f27 0.02 MB 39 35
292,895 292,895 0000000000000000bcd3a143df2ddb04aa907019a9e28588ad70ab1b08533271 0.35 MB 64 3
292,894 292,894 0000000000000000bfb08fb94209f9c163c4a5a2d470e15bf4b76891d79bd9d4 0.05 MB 75 19
292,893 292,893 0000000000000000cb73c94b58a92a732047f71bc150fb3c11db2ef02274dc8a 0.35 MB 697 36
292,892 292,892 0000000000000000639dda7b5e25560d9e296a31d4b1220a74dde64dabbd263b 0.09 MB 256 75
292,891 292,891 0000000000000000293eb1de66291a77d2f37e90cbe2eac00a0d216c99f9fede 0.15 MB 296 32
292,890 292,890 00000000000000005b286158557eeb258f90b541b9b06b715ce157a7910b737f 0.20 MB 396 36
292,889 292,889 000000000000000092054b0ff431e0ea45f8622fb7aebce81aaba102f4ca03ab 0.06 MB 128 28
292,888 292,888 0000000000000000d53d412bd5b37d19b8d127bc1f25330c105183d899cbd88e 0.13 MB 199 28
292,887 292,887 000000000000000098b464f777478089594cbf2e09f635dcc14b8becdf26e00d 0.16 MB 289 25
292,886 292,886 000000000000000025e786d7954af0f6f15f6a01b0945e97b18ab11ae62fd369 0.21 MB 505 40
292,885 292,885 00000000000000006536f3c4f7ed428e3774136ef276c4570b14f118aa94e203 0.24 MB 157 14
292,884 292,884 0000000000000000d2ba42752bf9a5ac261e6dee11ea50d0d66100217d4959bc 0.21 MB 512 44
292,883 292,883 00000000000000007c91c1ff2a78d9e8c420036688aef85d53654a9572631ab1 0.07 MB 145 33
292,882 292,882 0000000000000000655e2e475604b7a2db483350cea7bff720f27dc6a5d0b123 0.34 MB 604 31
Previous 10 blocks ↓
Total Size: 769.19 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,633.65 GB sent, 93.87 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.