Memory Pool Memory Pool Refreshing

6,929 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,950 (696,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,558 211,558 00000000000004ae4dea8b44e3852a66b7431b9eb7a0505a32aa4fe5dd89d0c0 0.03 MB 73 21
211,557 211,557 00000000000000ef4e69b85243fd9c7ce47becc3bc932cf27e5581962f86b4eb 0.25 MB 566 190
211,556 211,556 0000000000000166a3e6c18caca10153df434149070c05a27a1c38b29ee2d716 0.20 MB 612 252
211,555 211,555 0000000000000384485a7bb588634abda9dd1608ac72e7ac261b874fa8997671 0.05 MB 86 134
211,554 211,554 000000000000024c7fabc374bc79408dd05f011d7615fc6bbdb378097b6c7dc2 0.15 MB 336 172
211,553 211,553 00000000000003c91edc6c95ec904cdc4341b3b66ae97eca68f86041f9517959 0.05 MB 118 168
211,552 211,552 000000000000012d90386128fe9d5118c23a791b28c9caa77225872a55cadcc7 0.08 MB 107 107
211,551 211,551 0000000000000331484fbe47e0a53cf396dec8f60eadeee4462422b02716da3d 0.26 MB 421 134
211,550 211,550 00000000000001dd3f624c199503999d8fa77cf88e34414f8faad544b0a32b82 0.05 MB 132 65
211,549 211,549 000000000000010c10f1fd2fcca0f8e192c4c709877b74dfd8d147378cf2efbc 0.25 MB 490 206
211,548 211,548 000000000000037c4139845bf6a2395b5800f78e1400dea45f9c85aa003edf12 0.24 MB 356 121
211,547 211,547 000000000000049714094ca63f6938002334ed9251e2ea29524d29e98a3b2db3 0.00 MB 7 15
211,546 211,546 0000000000000010b0411dadb31201722d4e5bc82c7b28430ec7f221297426fe 0.07 MB 215 9
211,545 211,545 000000000000009f0ef47dbd51fce864cd645dd9af28aeba2565f0c2606916d9 0.25 MB 615 209
211,544 211,544 00000000000001ccaf80765eaccc52e5da9c79f999e2fa6508e50fc63e823cde 0.25 MB 605 198
211,543 211,543 000000000000040663fea1ec59723d41a5796726e76b3561f01c2b3292a81779 0.25 MB 475 147
211,542 211,542 00000000000001358234c62359b728d6f5a292d1ff45011daa47ec6209ab741f 0.25 MB 557 175
211,541 211,541 00000000000002a40bc1ae701199c26f5df82f47e62236ff30fe4eeac1953cb6 0.00 MB 9 43
211,540 211,540 00000000000002d239de2733526d60654fa148b5eb5fe6835a24771570f72886 0.00 MB 10 30
211,539 211,539 00000000000000addd1c2e8bc4731de3a5860715124f20ab825f8f7fc50e5ce9 0.05 MB 118 132
211,538 211,538 00000000000000bf35a91626ef359adff8f9ff658a997de792bf5da0bdebdafc 0.25 MB 495 233
Previous 10 blocks ↓
Total Size: 769.45 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,646.05 GB sent, 95.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.