Memory Pool Memory Pool Refreshing

9,758 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (628,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,454 279,454 000000000000000290f864960b25f99e1a1a1303535d4d44e4ad782719cf122a 0.03 MB 85 281
279,453 279,453 00000000000000002bc585c729e9da9f25145d3381a1430043a74b3a36e0729e 0.01 MB 32 37
279,452 279,452 0000000000000000d070be025925c04d212b8185ae0d8b0be694ec377676b211 0.16 MB 319 51
279,451 279,451 00000000000000011de184ebb179477bcb79362f4627c89056b62f17eb4656a1 0.11 MB 239 45
279,450 279,450 0000000000000000a001cb6b119e34799dc6f82fcaef5f37946f3981f522ea06 0.20 MB 285 32
279,449 279,449 0000000000000001f2bc4037c8c27490b56179ae4b75086af5e93139ea30ba2c 0.00 MB 10 34
279,448 279,448 00000000000000005da48ab81017f2e8e485d23d8c8fbd06fd237f9e8fce73c7 0.08 MB 192 37
279,447 279,447 0000000000000001088841ed2157d4e6f0107d2249b72d3cf34ce73069eb46bc 0.25 MB 96 11
279,446 279,446 000000000000000117d6e9b0a09d01222eb5364f664ef8c0c40b06294461e980 0.25 MB 656 47
279,445 279,445 000000000000000151502ff755f6b89fd1f39dc1cd496ee6f58cf8d072030511 0.17 MB 268 30
279,444 279,444 0000000000000000ae43c2d5ebda92bffe5c46ba3c112ba502378d3e03b28ff6 0.17 MB 287 40
279,443 279,443 0000000000000000064bfad45e487ec64f01fd1f93c827e0427699d1b336d4b7 0.03 MB 56 37
279,442 279,442 000000000000000170b14214b27ebdd7a803d44f382d884bcd308f6d6e242bc4 0.10 MB 201 41
279,441 279,441 00000000000000022f796244016d3ef5a91f241e1a6ae3fabdcad27938cd6caf 0.06 MB 103 32
279,440 279,440 0000000000000000e167e90cc6c755c6d30b401c6513b6d2926e87c5f8d0e23c 0.02 MB 37 32
279,439 279,439 000000000000000109b4212ac6ab7e48b74935b548469dbb69cd022806b40e05 0.09 MB 149 22
279,438 279,438 00000000000000004c8c26fe0898b77a9078b787acfee3987c290cfaa77d1cd4 0.33 MB 781 44
279,437 279,437 0000000000000002f21372943453220c917e8be0bf1ec9464c13492483da6186 0.22 MB 444 38
279,436 279,436 00000000000000002c9c2d6c93384f43acb449be92283ce3322d9736523c8a95 0.02 MB 47 46
279,435 279,435 0000000000000000d0daf335def6f0ac1b61cff13b6263b213355b282f670026 0.15 MB 333 43
279,434 279,434 0000000000000000e1ed48022a08a7bd21580173ba4ef99cf090af4be21877fa 0.22 MB 247 22
Previous 10 blocks ↓
Total Size: 769.03 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,625.29 GB sent, 93.03 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.