Memory Pool Memory Pool Refreshing

1,825 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,825 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (99,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,479 808,479 00000000000000000002174805c517f75708475024e63c2b91f57a586e927739 1.58 MB 2,565 29
808,478 808,478 00000000000000000001c3a2e6e93008c88474ee49fe150b0d0b49ba5fa16c4f 1.80 MB 1,819 32
808,477 808,477 0000000000000000000034fa6b3aceb39a56cb2f6b8a3df98fa9e84af1e4ccab 1.71 MB 2,889 37
808,476 808,476 000000000000000000046087bb49cba37a00fce0824c8c8e73f51879d914c2cc 1.74 MB 3,551 36
808,475 808,475 000000000000000000046affb6dc40c7b93a09ede3978fedb442845d8d3f6928 1.58 MB 2,905 41
808,474 808,474 0000000000000000000471b4624b9751bd2b6d6e77d99156399cecd674e5eff4 1.86 MB 2,637 41
808,473 808,473 00000000000000000002b69a3a66b5d1449e95d58d5b9eca3c9ff904246189b0 1.78 MB 2,744 47
808,472 808,472 00000000000000000002afe35469138772a1bf3f15c1c54fbb66de42fdb037c4 1.34 MB 1,733 42
808,471 808,471 0000000000000000000468accf630cf6a6dc87e4180fe4ad47f43d4fdcc383b4 1.70 MB 3,843 34
808,470 808,470 00000000000000000003bef86ebb256e7c7e70b42c1776c313817e2193220765 1.57 MB 3,152 37
808,469 808,469 000000000000000000035903676c156da1e84e07313f81be8f4c59ba6b1360f9 1.57 MB 3,609 48
808,468 808,468 0000000000000000000388da4e68643dd4e8d1439c00931d03533b5fd721be6b 1.56 MB 3,296 48
808,467 808,467 00000000000000000002015d90bcadc836876f9466b441829335b7ac596da8ba 1.41 MB 2,622 35
808,466 808,466 00000000000000000004756f0b879f001b50a5e0182c9be95591249781b70b77 1.46 MB 2,417 37
808,465 808,465 00000000000000000000009d53abf331117bebe4dd88954e7df3689b0b7548fa 1.54 MB 3,828 47
808,464 808,464 00000000000000000003cbbe6d21f03f531cee6e96f33f4a8277a3d8bce5c759 1.42 MB 2,187 37
808,463 808,463 00000000000000000002bfcb8860d4730fcd3986b026b9629ea6106fe2cb9197 1.60 MB 2,665 37
808,462 808,462 000000000000000000008a83924b6c97953e6a9948a1e6e1bdb62f8cac33db96 1.59 MB 3,602 40
808,461 808,461 000000000000000000003e61c6543a597201c35725cdf5eccbb0bf4a60c0323e 1.56 MB 2,747 54
808,460 808,460 00000000000000000000256700025f5c23431c1e637b515b2408082ca356357f 1.41 MB 2,740 39
808,459 808,459 000000000000000000011becff15ade15de4a971b12aac4eb5530122f5875db2 1.48 MB 3,214 42
Previous 10 blocks ↓
Total Size: 769.08 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.18 GB sent, 93.27 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.