Memory Pool Memory Pool Refreshing

14,199 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (430,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,266 477,266 00000000000000000055297f92086a418e3030fb17ac7f214b5b2fb79a1125c8 0.35 MB 490 81
477,265 477,265 0000000000000000014b9b578118e1a09fb83773e036f90c86accb048170d6e5 0.13 MB 419 187
477,264 477,264 00000000000000000133bb9dc7b4bce7a6a3d268981c6b7c4170fe397938ec42 1.00 MB 793 73
477,263 477,263 0000000000000000003300276dc336e826acd9edd67381070e24b5047d15b224 0.43 MB 353 14
477,262 477,262 00000000000000000057caff417f948d19c79ea955e2abe227b9ca48bd65f5f7 1.00 MB 2,062 106
477,261 477,261 000000000000000000c3cb8e017ca143aedc458cdeae7307bb7f3f699b47c82a 0.23 MB 606 178
477,260 477,260 000000000000000000fae387faecadad114a4d2525d2b7c64374e1b384c00aaa 1.00 MB 2,072 113
477,259 477,259 000000000000000000ecf183fd9c211d40ee7169ba5500f7d2d5a89eefe4ddd9 1.00 MB 2,025 200
477,258 477,258 000000000000000000d305e62258c11099b47d09d288cc0457f8bdd1dc50aa57 0.64 MB 864 56
477,257 477,257 0000000000000000010f32084bc22e139aa83ea74526936050e95166e62e9eb9 0.48 MB 109 4
477,256 477,256 00000000000000000011dcb89e9a350a9bb74f52da86d2a389fc7fd49e4173bc 1.00 MB 514 24
477,255 477,255 0000000000000000005b0dc2cc36b08c98e07c37d63290d4e5671063fd66658e 1.00 MB 862 43
477,254 477,254 0000000000000000009c57781a591296ae90d6ec2f497d6ac4e28f4b0788f373 1.00 MB 1,686 114
477,253 477,253 0000000000000000014c4b4f64638ed0ebcbbf93a87a277382a956d661ef7582 1.00 MB 1,960 117
477,252 477,252 0000000000000000003c0a06563b85d5e2bd19c01f83ac193f6245cd250b78d8 1.00 MB 1,757 135
477,251 477,251 00000000000000000052128f8cf88ae42cd7d04c4a4441d45b327a1af60feec7 1.00 MB 1,866 61
477,250 477,250 0000000000000000001cba553c5dd23f916ee2b74cb403f45ada3bccc481cb6a 1.00 MB 1,938 143
477,249 477,249 00000000000000000109e9e4c2b003bed5870c167def35f2a385acbf2f5eb295 1.00 MB 1,945 174
477,248 477,248 000000000000000000938def12bf8db8d0aa4b77485d113d50f165d539f360fa 1.00 MB 930 50
477,247 477,247 000000000000000000449ace0251b235674bb7794712a929b48cf14c2309082e 0.99 MB 940 54
477,246 477,246 000000000000000000fd376f763f1601b836f0690caefdbae04c5a07f1beb00c 1.00 MB 1,286 94
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.