Memory Pool Memory Pool Refreshing

3,401 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,959 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,958 (786,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,242 121,242 0000000000006772b74d23c371b0991576c19a8c93769ef3dc50fb44881a907c 0.00 MB 12 339
121,241 121,241 0000000000003ec4ae679940475800920081669075caaaf9a21436943a2faac0 0.00 MB 10 660
121,240 121,240 00000000000009110e223e15c5b4ae1768d058c968d2086067f934aebf93b1ae 0.00 MB 5 323
121,239 121,239 0000000000004237d225955eb56ba915405429df8d9573b143bb7ce635a00606 0.00 MB 11 638
121,238 121,238 00000000000019ff6e95e9d6dd4d3f60f819b0be47e84a9d1b73ecc9a0f90927 0.00 MB 10 0
121,237 121,237 0000000000002c05d21767fc1d58082f19e50277c64738589750942d33c3a277 0.01 MB 17 317
121,236 121,236 0000000000004306d410af3f92a03fa4576a881a6e7905483a5b802f79e6cc4d 0.00 MB 6 2,139
121,235 121,235 000000000000077689d286a6e150796ca4d6ccbe103bbbc1a4d30372e5332a31 0.00 MB 5 320
121,234 121,234 000000000000050b193f5ccde0befb5a7be7bd7ec204d99ccee96bd4a816ce38 0.00 MB 8 351
121,233 121,233 0000000000007431cb08cdf7eb0a6f7c51da45c829335919521424296bf45c5d 0.00 MB 2 3,875
121,232 121,232 00000000000008ebd353d3e0e0ed2fe4e49a02be5d7dbe34a78bb82c3ec062c8 0.02 MB 67 972
121,231 121,231 0000000000004a3396a8edf93017cf2831942521d5bdaf4ee8674817d78a760b 0.00 MB 10 900
121,230 121,230 0000000000008e30093d8456d9d5bcd949a485665bb82ab00bc90c28dc7d0c3e 0.01 MB 19 331
121,229 121,229 0000000000005cdf263dcd639e030126c0ddaf0e3622161baf86b2756a3e7010 0.02 MB 19 1,109
121,228 121,228 00000000000014c279b37c683c182b999948a555cec7831f676c5c59dc3b4518 0.01 MB 31 579
121,227 121,227 00000000000003c930c25d1b7cf6eb40931ecad0ce4e7d73dcb3144186dd35c6 0.00 MB 11 3,716
121,226 121,226 00000000000079e1479e7a201589745771f91688f6d80122c3ddd2eda2d374d9 0.01 MB 44 685
121,225 121,225 0000000000002054c306592932fbde5faae6cabc77331fc2cc25d667631448c9 0.01 MB 16 432
121,224 121,224 000000000000714e5dec6763ee8dbb63dd07d837eb6da7c0d07fbbb015e5b74a 0.01 MB 7 406
121,223 121,223 00000000000007d2966c227a167e8335fe7b5202469c6ca664dcdb6308fe2f8b 0.00 MB 7 791
121,222 121,222 00000000000059df20a53d9c80c8b2e1b2aa943212fc299ee7b84e1dc6da3489 0.00 MB 3 832
Previous 10 blocks ↓
Total Size: 769.47 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,646.26 GB sent, 95.29 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.