Memory Pool Memory Pool Refreshing

6,670 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,159 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (691,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,523 216,523 000000000000006c9b53304cf90e662c6692bb80b8a6836f44ea1fe1b4f361db 0.24 MB 606 201
216,522 216,522 0000000000000190a36124f4c0196855129f587ad8c5cca68f871f14add1135a 0.00 MB 1 0
216,521 216,521 00000000000000fdc0ed110a1ba2901c7f076de6590cd0f38f28f568a8c557f6 0.05 MB 142 107
216,520 216,520 00000000000002deea5b118fe1c1e4aceed882edbcd20de85a1c08a24918ec8a 0.10 MB 199 158
216,519 216,519 00000000000002a025544f89285a39e6bc6e50fc17bab76c0ccfac3f22a5dd24 0.09 MB 201 161
216,518 216,518 000000000000039ca7b20f107104cfca4543ead24bad1f93115ea88539cd2418 0.26 MB 267 102
216,517 216,517 0000000000000482e55f4c85455811330399f9ccd4491d39e72f9d92fb703f5b 0.20 MB 643 241
216,516 216,516 00000000000004186c99a7c4c20679d34b1a777777faf83de5d2e1dc3c1d5ddc 0.00 MB 13 364
216,515 216,515 000000000000021816ffb986c1fd1e153d74fe37d00e69418f8e814a8fd6aaea 0.05 MB 135 133
216,514 216,514 00000000000002f0d685e1fe430e034d6eeb0bd1f6b628ebad2253c8fed1c102 0.04 MB 71 23
216,513 216,513 00000000000003ff11306bd2e086e0f170cef217119a5b555866f790a48523d2 0.09 MB 197 184
216,512 216,512 0000000000000344e7bd43236f12bd57624fd4073d50cb2c29ffbaeb40128397 0.00 MB 12 74
216,511 216,511 000000000000007f63a8e08f0deb63bd3f6760c395bd05138e55979a6dff5458 0.13 MB 333 187
216,510 216,510 0000000000000166fc4060ba294e4aa026378b0b85c023a95c954d0945c8e63c 0.10 MB 231 203
216,509 216,509 00000000000000b2011add9d20a47445b933fea05bb6ecbb0367b2d682ce862f 0.12 MB 226 150
216,508 216,508 0000000000000049bb5bb94ae2aeabe4d4744ed0e20eccfe3ee1059f23fc7d88 0.01 MB 17 82
216,507 216,507 0000000000000346c66ecb9e1d9644051d22bbe3c40aec614d5b980e4774089d 0.17 MB 512 252
216,506 216,506 00000000000003cbc4651db40af9665fd5a6549c0d27b4042a932f7607c48134 0.13 MB 197 60
216,505 216,505 000000000000048a04b55f7be287a932278b18e056a795d0c2f2c1b77096f56c 0.00 MB 1 0
216,504 216,504 00000000000004ed05229d0255a5ce3d7149461cb8b189d124d1a38e85394acb 0.08 MB 190 178
216,503 216,503 00000000000001b5c87bf9ea51fb6430cb54b030033174480378099362897d21 0.12 MB 323 207
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.