Memory Pool Memory Pool Refreshing

9,001 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (766,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,920 140,920 000000000000017fab19329089a1ab54e1f4ab110b1ef0c5d4f9990c2815d624 0.00 MB 14 897
140,919 140,919 000000000000000121734a048a6dcd9f5184929ef6b4d60fab74612de0e5e26c 0.05 MB 107 275
140,918 140,918 000000000000038559aa65f99789894199f2f4f08bfba66454864b5e514ba58a 0.01 MB 19 295
140,917 140,917 0000000000000390717df9a1baaf8e65f9b96c87ee994d20dd897a95e8adc3e9 0.04 MB 84 178
140,916 140,916 00000000000005ab0d71214ffa5b38cd51e13525892a221bbf748fee8de806ad 0.06 MB 107 190
140,915 140,915 000000000000086c4deffb797bbd084cebeff98b9967c9a6450e9118813b5f79 0.10 MB 167 476
140,914 140,914 0000000000000452918ccdebd47fd6e808838204d3311badf7d20eee3cacd884 0.00 MB 1 0
140,913 140,913 000000000000036430dda4c2e0e2cb0f3b98893fc3e3cadd4db99e6ce6cd5bc7 0.00 MB 7 86
140,912 140,912 00000000000007f15e2e295a697bba76415eac8149d2cb9bd4167ced0fdde4db 0.00 MB 12 0
140,911 140,911 00000000000002d686e56746e94d8587ce9fe79793c0b28b750317677a830b8d 0.06 MB 161 1,859
140,910 140,910 00000000000003b2f362306df3232af83f397ff58bb8562c296bff290d28d857 0.02 MB 69 171
140,909 140,909 00000000000003d961404286ce3d29d45e402725225ffab55f77db911bbf475a 0.01 MB 27 13
140,908 140,908 00000000000002444daaac90a79da204f38a31d02f14503b48b92f06f7e3465e 0.00 MB 8 17
140,907 140,907 00000000000000f403070c91e8b6d600c4a6f275d3cb100a61e78cb123ab8614 0.03 MB 57 152
140,906 140,906 00000000000007b64474d6436a3c32344a09c8fdd476d51af22374307649690f 0.00 MB 13 30
140,905 140,905 00000000000001a74e6fa019ede32722173708afc84d2e0118576acb6d1146be 0.01 MB 16 252
140,904 140,904 00000000000008560799379b2d1a51f166e36f76a893f28e829271fa3758d094 0.00 MB 7 698
140,903 140,903 0000000000000690ecfa8e241961bc0f337864374f998a02b9a10a251e519987 0.05 MB 154 75
140,902 140,902 00000000000005991004f70bfc3fd2a391b1cfe9fb182b755140841eb3d57ecd 0.05 MB 106 81
140,901 140,901 00000000000000f6bdfeefc9f2a005da2d5038bea0ea36f1b1e2a6cb82c863a9 0.00 MB 1 0
140,900 140,900 00000000000006b52211755a6550b7195f1783909ac296a4c932d779f837aea4 0.05 MB 51 209
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.