Memory Pool Memory Pool Refreshing

2,083 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,059 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (651,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,913 255,913 0000000000000030c524c8338b6f1a9c70aa2ae22527995080e25dd9e2eb53f9 0.25 MB 578 101
255,912 255,912 0000000000000001b79e65282a40993176e489e8424633d0ef21111d0f12cfd1 0.05 MB 115 109
255,911 255,911 000000000000001907be172a521e388b3a9bdba3ddc944c46f198f9610969408 0.03 MB 71 62
255,910 255,910 000000000000004138e98e9e1fa5500d012cca92984465fae9f47e56751c6cf8 0.08 MB 214 110
255,909 255,909 00000000000000119a4f12a6ef1e6f1b22759898c4b8b66a7b1856efde4d9916 0.05 MB 120 135
255,908 255,908 0000000000000009901f505ab6a9239e91c1c5e098e818800a08133abbe3859f 0.08 MB 169 87
255,907 255,907 0000000000000008db29940b3a0d078ec9369eedd752f865f45190a751af54a5 0.02 MB 45 79
255,906 255,906 00000000000000084527cbc98f0d7c93144053642aad8707c5b1cc27f78d6e88 0.04 MB 112 108
255,905 255,905 0000000000000017baf710362cb2114cddd22208045f1f0bfe25f50ac390e152 0.11 MB 267 83
255,904 255,904 0000000000000025d2535f92f6999c6005aafdc7ebcea261b873d935eb1bcede 0.01 MB 24 52
255,903 255,903 000000000000001df277d89903c0eef44811e132262172c077af1d866d4faddc 0.09 MB 95 28
255,902 255,902 0000000000000020ba9e6660592e8631320c68dec58439154d2c739ca7240e7b 0.25 MB 624 107
255,901 255,901 00000000000000175c48c6531cef5cabe9509f28a03e9c54608094854cd8a8ae 0.08 MB 215 89
255,900 255,900 00000000000000369a43ab431f6b5c05695ab79efe40d8df8e8c43c30caada8f 0.11 MB 262 100
255,899 255,899 00000000000000295c015158059cc70533582dd762ab6ebccf41fcd81bb628c1 0.02 MB 38 40
255,898 255,898 000000000000002858ccae68f31fa1f04146af15d86b0165fd983f23c4f98d0e 0.17 MB 433 100
255,897 255,897 0000000000000018e8627740e8dc8c5b1a7a04bd252ef93b0da32d5e6d960d06 0.03 MB 51 29
255,896 255,896 000000000000000694e405740a8b456a0f0718856cd76dbd1f3b1884de3b2779 0.05 MB 147 101
255,895 255,895 0000000000000030e9ef40c17a13197c2953635c622a638d894d5bceee1ed3b6 0.07 MB 142 19
255,894 255,894 00000000000000397342ef95efa223919d48e70dd28189f55f87e88f2535ad87 0.25 MB 657 139
255,893 255,893 0000000000000027012bbbcbd1cda714bd915c2b18b877352bd61c13662267ae 0.17 MB 400 130
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.