Memory Pool Memory Pool Refreshing

6,777 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (758,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,455 149,455 00000000000002fe176ca49069becaeb5870845f04dfcd6cec1dadcaa0a8703c 0.00 MB 9 329
149,454 149,454 000000000000050f1d57ac2d8ecca32bae72017a98896fe1e8fd1a7ed2d9d027 0.03 MB 64 161
149,453 149,453 0000000000000a092d867d0a524e67eb08e51d0bdfbc9c0f531768487c3b93da 0.01 MB 9 66
149,452 149,452 000000000000042171d4ade9e494c8f6879a44dbce8c77924c8e14611b36e6b7 0.02 MB 90 12
149,451 149,451 000000000000065f6cce2af502afc4e4cee64d9f8f4edb97dfe952c99199bfd1 0.01 MB 23 94
149,450 149,450 0000000000000450c290a8ecd9ad8256a165648fe75168820810cab10d546d93 0.02 MB 38 63
149,449 149,449 00000000000007faa76aa03eb024146ef13742e19800987afdbdc1ac57a3e3e4 0.02 MB 17 42
149,448 149,448 00000000000000a36b5d87209fa3d57ecf844e1b7d0c1d212746c662435a61bd 0.01 MB 26 287
149,447 149,447 0000000000000643c46565f13cfe2bb1954703ccb12ad58953bcf9c8d2564943 0.00 MB 1 0
149,446 149,446 0000000000000375063d3a72c3974190b19d283a2f9367a4cafd8c72051cb76d 0.00 MB 15 24
149,445 149,445 00000000000004427732bd215340242f0086d41b4ff1e834958c1b2cd8e393d3 0.03 MB 50 68
149,444 149,444 0000000000000a27cbb561d59ef31b7ff8c2e5cb492e2698f570d79758258e0c 0.04 MB 111 123
149,443 149,443 0000000000000593f9348ff87058e94334e25d4296f20522d12f09a6bc7e2f7c 0.01 MB 19 213
149,442 149,442 00000000000002bd7e7bfd512638017c1fdf4ed204b1e074f46ca70243f640a6 0.01 MB 14 54
149,441 149,441 00000000000008d172dce442ee9f7c362b5db614595a127484197d28655a09b3 0.03 MB 97 41
149,440 149,440 00000000000007047fbc8a690f4ad767a289e6e07de0dd76cc383d5e8bed99eb 0.04 MB 65 152
149,439 149,439 00000000000004c0e25537bc049584c0212f0bf842e0612898db34c0d79314e8 0.01 MB 22 328
149,438 149,438 0000000000000a3b6d55e0759004303d308eecc3c3a76ad629af29c5cf73d3b0 0.05 MB 29 83
149,437 149,437 000000000000095fdafd17216772ed0515677398aa25b977d8b8c09af1aac7ef 0.00 MB 4 70
149,436 149,436 000000000000002e7f2dbc8f82dd18b782bee8120d9fddd1f64edd2414ac1e8a 0.01 MB 26 245
149,435 149,435 000000000000040d4b005e2279409d8ecdfc0b64469e58754e2a4bf26c4fb349 0.02 MB 29 157
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.