Memory Pool Memory Pool Refreshing

2,621 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,607 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (556,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,563 351,563 000000000000000011e1cf4dba3c6dbefbaa73bcea37f105ee4e695066442a45 0.29 MB 602 27
351,562 351,562 000000000000000009b9c939d9189c3595ccf02564baf13fd1478987c3aa28cb 0.45 MB 963 34
351,561 351,561 00000000000000000c24e63e28b303b91f5908de103fdfacf5656325c68fe669 0.51 MB 1,126 34
351,560 351,560 00000000000000000eca686c648e39146238175f68cdf90d30733b6e639f9d47 0.10 MB 151 27
351,559 351,559 00000000000000001603c49aae908a18e70f06d494f0600ff4cf1ef09adc52c7 0.06 MB 136 19,425
351,558 351,558 0000000000000000068985402604443154843a05400209bfef1863cd6fa121be 0.28 MB 602 33
351,557 351,557 00000000000000000c586f53a448a52b9cdbf19491d92789d94676c5c15ebe00 0.59 MB 1,264 32
351,556 351,556 000000000000000007eca068384bd93bf11b5d020e916af4b002ad192dc41a0b 0.29 MB 589 29
351,555 351,555 00000000000000000430ecd5dc8480fed1bb9dcb350ffd1492e70cdad8346d6b 0.00 MB 2 0
351,554 351,554 00000000000000000fc0b09f03af9a439f65b2506d55841fad3329ce50f70f15 0.09 MB 155 14
351,553 351,553 00000000000000000b3c08c77d819527ef3c0d4625764878670e6d8f949d05f9 0.60 MB 1,324 30
351,552 351,552 000000000000000004d72442fa732578c2681f0a805e86b76a42c9c5bcb8e0d0 0.51 MB 1,001 28
351,551 351,551 00000000000000000266a6b9b7b31b18f64a2a9e1c2dbeeee195ea2aa1330308 0.75 MB 1,378 28
351,550 351,550 000000000000000013525002b976a54b73af0da601306d6aa717ed2c68ac9901 0.10 MB 51 3
351,549 351,549 0000000000000000010c6b91456098230cb4e552ca4242333206d04bbb38d618 0.24 MB 463 27
351,548 351,548 000000000000000011d225370265051560bc062971f6345456b04ec23aa9a6ad 0.91 MB 2,055 32
351,547 351,547 00000000000000000881c39a283340446a0bff1fa6da2659e07a01b98ac5357e 0.97 MB 1,988 28
351,546 351,546 000000000000000004a400dfaf9dbf99be7e8dc8409aa70e1d39e6d319d90186 0.74 MB 1,251 22
351,545 351,545 00000000000000000ccf19fe2f6b96a576711e311e8cadd5887760e3998f3e3e 0.25 MB 986 59
351,544 351,544 0000000000000000048255c475ee697efdce867cca54fb296c9d053ddcfe5fbe 1.00 MB 2,372 34
351,543 351,543 00000000000000000d2cf4803bbdc3b16219f92897e587ff32744bf2616bba88 0.20 MB 437 41
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.