Memory Pool Memory Pool Refreshing

5,083 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (630,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,105 277,105 00000000000000004f66d8b0cb57ca3e1ca750c84e519ce2c3b1bb60706fa417 0.35 MB 586 31
277,104 277,104 0000000000000000b6804c57cfebfb905acd8e3e92363fb73ff9d33c7863a491 0.25 MB 93 11
277,103 277,103 00000000000000037d27b9ecf166ded583dd4d76484a7edeebc6e98c765c9bd6 0.25 MB 581 481
277,102 277,102 00000000000000023d015639c274423bf42cc92ea005157f72cbead68376d895 0.03 MB 63 52
277,101 277,101 00000000000000024b16cd78c396aa96235ef7a01d32f8ecd6ba752252b04dbf 0.50 MB 1,073 43
277,100 277,100 00000000000000014bfaea20d12d171311c379766bdab3df31d05cf8720f59f6 0.25 MB 626 51
277,099 277,099 0000000000000001968b67aa7d0813fb028f8824d29672ec8b8ac04a26f1157f 0.15 MB 238 27
277,098 277,098 0000000000000001381eea812ec9f80c0e9f3d42c3a58fb4f2d678b4601627be 0.02 MB 45 36
277,097 277,097 00000000000000004e80f68008abd6e6d5e8bed0165d64fc9ce008f9d36fdeef 0.14 MB 148 19
277,096 277,096 0000000000000001a48e7d457ed986ba15ab6b7eaf8a87015c228a3dfb4cf5a4 0.35 MB 423 26
277,095 277,095 00000000000000007e95814e82c1f0a55abd58de2256da983c4400fb9d70b0a5 0.01 MB 21 21
277,094 277,094 0000000000000000c5580e33f3a6fc93169b3d912886a65d81e5b4e30bf143ba 0.22 MB 402 38
277,093 277,093 00000000000000039082894b8d99f39a5a8e93fca95d901ad5b0f343e7a0edcf 0.13 MB 245 39
277,092 277,092 000000000000000116ba76b83153a436638a3127122a8fcef9abfbcf4d621363 0.15 MB 284 32
277,091 277,091 00000000000000028252d35019af86c26675b9b73e4a266acf074b315a1d6134 0.02 MB 39 49
277,090 277,090 0000000000000002fdefd081db86df0dbd5b5d5f806669a0eb30abd21427d09b 0.01 MB 32 13
277,089 277,089 0000000000000002c30e297c27556304f63824d4084b0ba837ce34ee7d0e382a 0.23 MB 409 41
277,088 277,088 00000000000000024fd91a2f214e67415fd8bb241f02e3e97ec61e7588c1edd9 0.25 MB 443 42
277,087 277,087 0000000000000001f9482bbea5c08d996e8c766c31f283028fc7e07e0cce63df 0.35 MB 341 21
277,086 277,086 00000000000000039f65df63a5be617660936ee140513eca61a0176da78eecbb 0.05 MB 37 5
277,085 277,085 00000000000000035a68f14b6af5917d6c68ef0debfc578357540389de5da06e 0.21 MB 376 33
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.54 GB sent, 92.75 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.