Memory Pool Memory Pool Refreshing

5,254 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (601,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,899 305,899 0000000000000000295edd107944ba9560915d72c311c8ae5a809b99eba4e251 0.05 MB 95 25
305,898 305,898 0000000000000000333edc6f6af04af0101c5387c2f685e9908f1a0398d2356a 0.35 MB 414 24
305,897 305,897 00000000000000002499b179ae2b9ba34175b134d6ebf94951b57c3d42efd195 0.14 MB 212 29
305,896 305,896 000000000000000036621698a65138b43e7352aa36384e8640104ff56ea8653f 0.19 MB 398 35
305,895 305,895 000000000000000008f227e61213e913ab93391c18f5d3955100c0946f59c689 0.10 MB 128 24
305,894 305,894 00000000000000004909fa6cd4b3456c770a4e0525c73d70ed02fb4a1e67237a 0.22 MB 303 28
305,893 305,893 00000000000000003d9ca658ab17d1ee2da39b47e045b7f215e92c1355fd625d 0.05 MB 60 27
305,892 305,892 000000000000000004dd6edfaf6b98fc6b27083f01961be4cc51304c187e120c 0.02 MB 30 24
305,891 305,891 00000000000000000a8a9e010c0b21aed9a81bdb660ff63435b3de340d4da084 0.04 MB 34 14
305,890 305,890 00000000000000005559c8a3badb7dc8c99d747906c52ab52b01640233f46055 0.07 MB 138 33
305,889 305,889 00000000000000000186b6bd68db73682cb3c3aa8a0c8592bc5dbb58d0daacc0 0.06 MB 114 27
305,888 305,888 00000000000000001561ee9ff47811b054af835f3d3f52238712b2b40123991b 0.02 MB 18 6
305,887 305,887 000000000000000014e393e9e1f588c4f4c96f4dea3dc004c35f5650a150b474 0.07 MB 122 31
305,886 305,886 000000000000000036323f658deeae16bd6a019eca464cd22eb51333cbb024e8 0.02 MB 48 41
305,885 305,885 00000000000000000adc2256df94777d0819dd2f2429591dc01631aa4a3022d3 0.25 MB 506 33
305,884 305,884 000000000000000010341b9cce809dea75ac4a23b47f096de29ceb4dddeaad3d 0.02 MB 36 7
305,883 305,883 00000000000000001a7ceb9aa213e62c8620af2e7877273bc261f740f7994105 0.06 MB 146 48
305,882 305,882 0000000000000000187dd82ff04dd0caaa6ba35de3e708f5e386f6c5c4ab1286 0.36 MB 813 34
305,881 305,881 000000000000000014687d58ae07161174b48d76881bdbc5096f2e3db5054094 0.06 MB 160 37
305,880 305,880 000000000000000055580d7a08a06a87da016ea1a8cc44e2d8d0f2bea918353a 0.05 MB 166 40
305,879 305,879 000000000000000056f211c2e15294d1e8a23620f08faecbc4a1a089e604de06 0.07 MB 115 27
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.