Memory Pool Memory Pool Refreshing

2,686 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (438,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,291 469,291 00000000000000000026226e7f1f718f7dc10caf6935ec82a7fa1bf7bb89af05 1.00 MB 1,682 384
469,290 469,290 00000000000000000145e732e23ddd43f64228c738103edaa676ea2c1d229770 1.00 MB 1,762 488
469,289 469,289 000000000000000001d1a3b12ac4361ff46b46b7f6e312cda45316b4ab6cf74d 1.00 MB 891 189
469,288 469,288 0000000000000000000e3fcd4ac52c94831796bfe6c0d2b5f2615bdd4862d57a 1.00 MB 2,129 162
469,287 469,287 000000000000000000d12f4107c1e6af7fca2fea6ef466f5d499f272cc25ea53 1.00 MB 1,996 362
469,286 469,286 00000000000000000072758fd7c17ba0ee15fdf22762c4fb98030b766610042f 1.00 MB 1,520 280
469,285 469,285 000000000000000000e8c9f93323d030415e4bf77cea0ac82045fc5d60aa76d7 1.00 MB 2,071 287
469,284 469,284 00000000000000000134be43a66e66198fc0c328e9d2d6a155ed6da3ca7e8d03 0.99 MB 2,025 315
469,283 469,283 0000000000000000003c04466d6a17132b4ad345e2932560baccfeaf28b4e46d 1.00 MB 2,022 365
469,282 469,282 000000000000000000dbf426a1f6ab777e863c7ec566966e55d4f10ef3dd69dc 1.00 MB 2,546 457
469,281 469,281 00000000000000000183f0e14f7d064512eb5140a7b1612c705acb0c3596d36b 1.00 MB 1,144 210
469,280 469,280 00000000000000000195bd36da766576a7a94131cb1c1e4ada961703783cb5b3 0.99 MB 862 273
469,279 469,279 00000000000000000127516f749150ac33dfceaaabc0b37f9e4c7bb4c48fdff7 1.00 MB 2,279 307
469,278 469,278 000000000000000000df964d8b1ac4cf8b07d2b045c7314fa1fe47f67edb4525 1.00 MB 2,254 356
469,277 469,277 00000000000000000148813d5c19232383c99a75a2335ebfc312991a194321da 1.00 MB 1,522 159
469,276 469,276 0000000000000000005d83a4141f1b8082fb8e30338b4421946b50781f67decc 1.00 MB 2,489 267
469,275 469,275 00000000000000000021732b2774d6d2959eef3e926cc07dadc7266ac665a8ea 1.00 MB 2,076 315
469,274 469,274 0000000000000000007cbaacaef58d9509cc106e1f9df6bdbbffadb140b283f7 1.00 MB 2,002 362
469,273 469,273 000000000000000000e4214b0e0dd4ab008b1eaa224d7b3e81e94f2c87dc823c 1.00 MB 2,184 464
469,272 469,272 0000000000000000006fdafb07cce16d387e3d50338ba8d5982427c033a900fa 1.00 MB 2,128 351
469,271 469,271 0000000000000000010d92d4aee31a98d5bad8ab5598357882b1545a6dace7f9 1.00 MB 1,715 397
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.