Memory Pool Memory Pool Refreshing

2,125 transactions
0.99 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
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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (638,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,439 269,439 000000000000000508c3eb9a33f4e7bf004742f9059c5c5cc6b49aef783230ca 0.25 MB 316 29
269,438 269,438 00000000000000006c1e96dd286ecf7135037fcf5eb8c3e37504eb197dc3580e 0.50 MB 1,050 63
269,437 269,437 0000000000000006cf8446bb6d175db5f826fcb59bdf7f7e8cfa06601f73ed52 0.25 MB 341 98
269,436 269,436 000000000000000832a3fec6e59765b81762ba31614329c4cb56791ebe880969 0.35 MB 739 100
269,435 269,435 000000000000000500da576917d3a86ab298fdf86e007cb58c7075eb454027ab 0.25 MB 632 51
269,434 269,434 0000000000000000f2fae0af54fde656fb542eb80728d941ef4f92ba08c5da16 0.25 MB 429 89
269,433 269,433 000000000000000661ca32dcfffcfbb4a290c86ccdef4e5444a6bbc45d367ade 0.25 MB 733 60
269,432 269,432 0000000000000004132a1cd67b81850097fd053a3e4df564c55dc1e927653a8a 0.25 MB 439 138
269,431 269,431 0000000000000003e4c0d85f44204ec7b0575b9e20e4582aeff66111ada2cedf 0.35 MB 697 69
269,430 269,430 000000000000000180320ee219a5f383ee5659b975f9a9897f0814b638060c55 0.02 MB 15 15
269,429 269,429 000000000000000163307eacaa6f4cd87ad355632c95ef7c4ae5fd8e57185fb8 0.25 MB 740 34
269,428 269,428 00000000000000066280cd3237516477a29a701bfcef0a60063d84ffea94b68b 0.25 MB 520 135
269,427 269,427 00000000000000068ebb7e74370ac5b488c28bf7ddb8e0d10fd8bfeb2f0ff076 0.10 MB 224 67
269,426 269,426 0000000000000007fbce38623e055e5a97b8cd24167787b270acf25f7acb6554 0.20 MB 415 97
269,425 269,425 000000000000000860f055eaa607631d5e1e8deb1623266890154c29082d78ac 0.01 MB 24 30
269,424 269,424 0000000000000000edb5d6d12dc324c58c33225fe88ff09df7331801f9bd875d 0.11 MB 233 37
269,423 269,423 0000000000000007aad69617ce1de547ddd537e21536401cf91c24c0b361e503 0.17 MB 345 78
269,422 269,422 000000000000000652d4a90d3c59615750799291770a2981c8deafdfa81cbb07 0.24 MB 508 74
269,421 269,421 0000000000000002a032d966d1c129243aea34ef09c3c66ac804603f9f57ab98 0.03 MB 46 8
269,420 269,420 00000000000000027d3131ad5442add57b32bc78c0a576f325f40dc5c5248597 0.08 MB 133 35
269,419 269,419 0000000000000001bb24ed056824a956fa29f0c39b5b2de131e7750bedcbe048 0.12 MB 226 74
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.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.