Memory Pool Memory Pool Refreshing

954 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 954 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (901,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,553 6,553 0000000028c18620aeab000ec560a64419bec60c4d31a226fb0c960752886e0d 0.00 MB 1 0
6,552 6,552 0000000069080c00ad6658ce29f7a094ee78168e8eda10ccde62042f4b7744f9 0.00 MB 1 0
6,551 6,551 000000000865506a72d77c94c24d867a61e79ef0f3dff73a7a8c8589004d76e2 0.00 MB 1 0
6,550 6,550 000000007e64ffcb7bb48166d78eec11a5f6382839e39ef93cca7ab069419290 0.00 MB 1 0
6,549 6,549 000000005b6243538fcc845789b3893ffd33e8e35c9b0dea1ba3a581e24deac0 0.00 MB 1 0
6,548 6,548 0000000086f96f6089236b0f59b2964df110455539f79e1354e537125ef24f11 0.00 MB 1 0
6,547 6,547 00000000e0d9aafea15349436e44e9d256531d1db3d99d78b7c15c8655085d19 0.00 MB 1 0
6,546 6,546 0000000042ec50926bc6e547e89a2bcc339fa4104a321437dbb79d58cbe19da8 0.00 MB 1 0
6,545 6,545 0000000067e2d396553dc6a1016e183f46562a5ce47da525dbca207736916829 0.00 MB 1 0
6,544 6,544 000000000e2301b082e35c3f7f1d9dd63bb1a93878cb45741a799d32859df32a 0.00 MB 1 0
6,543 6,543 000000003772166c5a96e7a18481c0d7875ba47fed4524e9db445846215293d4 0.00 MB 1 0
6,542 6,542 000000008d721d14e6674eed25e59c39ff10ca324734779cc163608c851ccd50 0.00 MB 1 0
6,541 6,541 00000000c508e6ee8838e78bc6ed54f8de614aac190c6afe82c6f57ad8590d57 0.00 MB 1 0
6,540 6,540 000000001663b95c570bc4648bc2661053826575f4d61da0a08e3cd58af04dba 0.00 MB 1 0
6,539 6,539 000000000dbedac52db2ef64f376d4d474e49987a9b632c8d4b07cfb27815f0a 0.00 MB 1 0
6,538 6,538 000000005159f5031dbfaf263cdca304aed38c12ef5c0539c441bd27ea158ff1 0.00 MB 1 0
6,537 6,537 00000000be977b98fa3affe971e3f4bab32449c93077a14752d3579410aba581 0.00 MB 1 0
6,536 6,536 000000007d0185eba9d8d4e3f5d396b6cc793871b16e31f5490f59fa8f7cdf08 0.00 MB 1 0
6,535 6,535 000000002f630be6eb6913a67ad6bccb21daf7e1d4e3697b58ff32564246dc5d 0.00 MB 1 0
6,534 6,534 0000000002a60a8bfb2dd08a0d3e1f58696557da159b223fdbecd591b53ac56b 0.00 MB 1 0
6,533 6,533 000000001bd3bd7c4440227437814ea02c136812b5b542a64b4432984adb71fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.