Memory Pool Memory Pool Refreshing

2,438 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,434 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (722,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,968 184,968 00000000000001a419cad0c0197e943cc6c4fbe205e4bd9671c10b3442ee0a20 0.25 MB 490 173
184,967 184,967 000000000000028bab02d6fa19fbef22bed3202fb70196a621d32aacf52e74c0 0.00 MB 1 0
184,966 184,966 00000000000000a68ed6f5e525acaade595b2aaab9b68c35b65b92d872339b77 0.00 MB 11 155
184,965 184,965 00000000000003c56d5fdc623df7b9786791070314076923ca467333c410daa9 0.25 MB 564 168
184,964 184,964 000000000000072728a94882d6c3966791982d84f1126b966467fc0beff63e60 0.05 MB 160 211
184,963 184,963 000000000000070754166c957f779e97e1fa1f08929c102bf9d09baf46c982b0 0.02 MB 68 147
184,962 184,962 000000000000005b6a1c369299735fa0e2221f64fb2834ee3a93daec75544d51 0.25 MB 483 98
184,961 184,961 00000000000001f4ee50b0c23b45806e37bdd543705a0ec06c7114d541dd4197 0.01 MB 32 193
184,960 184,960 00000000000002e75e6b33ce97b3da93dc348fdc94095e39c3e141b3ee758f6a 0.04 MB 88 117
184,959 184,959 0000000000000500b8b3899ad29767d300ead0e39efeb88456ab867cadb6dc73 0.16 MB 211 88
184,958 184,958 0000000000000838b430423fbd14bb7d3686a37451bbcace168958b0db832a82 0.10 MB 172 92
184,957 184,957 00000000000003f83881ef954bbe1b29a650844ab45703185ad4437f71f08ee9 0.14 MB 280 116
184,956 184,956 0000000000000a511da08e61da41020060d2dfee3da501908c7a2af28986a483 0.05 MB 144 63
184,955 184,955 0000000000000089b2aeb12ec6832507b1f9ca7c158f85f3766a00f57855019c 0.26 MB 636 123
184,954 184,954 000000000000035a97aa05f0ed6eb89895317bfc1810fb0cb41db775f510f787 0.25 MB 607 117
184,953 184,953 0000000000000855d2419471f4004e70a1cf58dec95abf033cd261762a57f1c9 0.25 MB 831 164
184,952 184,952 00000000000008422e97e3ad28505addb55a1e92100f8b7111af1898c12b5469 0.25 MB 749 141
184,951 184,951 00000000000009353c8da038c7bb7890555951e6478c0b5c61be35867a7c2805 0.42 MB 688 98
184,950 184,950 00000000000007f7928ddbe2c6fd964080f3dc5e123d91d0a87057f5f88c1631 0.05 MB 106 351
184,949 184,949 000000000000041ee8fa5423218da760d4e427cfe5a38fb9f6f410bed4dac2c9 0.00 MB 10 0
184,948 184,948 00000000000007ba112e5d854cd51ecf2dccb12112e6378edc7593140e452716 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.