Memory Pool Memory Pool Refreshing

1,245 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (657,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,058 250,058 000000000000000b1fcf6c2d91c3e757590cdbc7f88ee394264dcc00b965072d 0.11 MB 256 143
250,057 250,057 0000000000000026c7f8b0f194715654e6ab97ae2c3de7d859f981b0a12e0a71 0.10 MB 202 113
250,056 250,056 000000000000004072989c0f7563f5ba8f6f4588b6748b5d34c949c9b771b818 0.01 MB 20 121
250,055 250,055 00000000000000111c88905b897712574716463d01acd2df7e116dc42eda3f46 0.14 MB 257 121
250,054 250,054 0000000000000028433eb33934ab34dd64e8c5ac971b2439a9c5c73b4935a41a 0.01 MB 34 308
250,053 250,053 0000000000000071fd76edec19668b5cd4f0dc77d40232d540f42c28adba570e 0.10 MB 230 160
250,052 250,052 000000000000001ad35992d030304ae1573251022168de2bd6ec985095bba1c1 0.06 MB 110 192
250,051 250,051 0000000000000056e597f37801503ee5ae35c0121f7ba511cb8b43237123c2ec 0.03 MB 76 131
250,050 250,050 000000000000004a3b3abd776c1dfb47fc563dfe76e5a50affa4abd33338d2fe 0.21 MB 529 175
250,049 250,049 000000000000000ae2172e786a2bebf80a8ace0ef51d8a3df9eb6b9e0d0ae47e 0.05 MB 86 127
250,048 250,048 000000000000000f6d5d8b17b55752b96a15a3ab0282411dbbc268fc31b86287 0.23 MB 385 95
250,047 250,047 000000000000001e8ba168d3aa759d6b37325e08a9277bf76ebaf1380fa9761b 0.25 MB 652 174
250,046 250,046 000000000000000491b63994ff15854724d06bb41c0df710b5978ea6cf47ff80 0.30 MB 561 136
250,045 250,045 000000000000002d65095e919918e8b48db8e03817acb13d10ec6bb247601a52 0.25 MB 540 121
250,044 250,044 000000000000004062bf1a41a7a7f64a84e88ce302f5a981e06d5fd937edd96c 0.16 MB 394 125
250,043 250,043 000000000000003a74c29c3364f68a730b262730963db02816dd0fc03f61814c 0.20 MB 434 125
250,042 250,042 000000000000003edc42bd41f6fe1ccac09e64bd358966aa6e5145ec21d02741 0.22 MB 539 130
250,041 250,041 0000000000000033978d59c0d0c8ceea50b82c132b23f56290b906d5c1d7619d 0.05 MB 77 89
250,040 250,040 0000000000000021cf37880d333b5da5d836fb8e9a518d924ca36245cf2c29a3 0.17 MB 352 83
250,039 250,039 000000000000002ba2c6e43c37229454bd3ec0317cffd4bbff7efccebf3671d7 0.25 MB 629 129
250,038 250,038 0000000000000071ac803da1109aa114b7e65e65e92842d6e1b6b7530a09a026 0.08 MB 166 104
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.