Memory Pool Memory Pool Refreshing

5,458 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (15,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,508 892,508 000000000000000000005f4b3e6ddad3d362540bd518711d55b0b7b9f8fdafcd 1.66 MB 2,011 1
892,507 892,507 00000000000000000000d2010a1a4aa8e289a7f6cda60c3756e8f2d35ab81531 1.76 MB 3,484 2
892,506 892,506 00000000000000000000716ee0a3df25e7d09fc4abcee1246163ee0b01a0091f 1.69 MB 3,419 8
892,505 892,505 000000000000000000008357f3dc6b757b74852a003f2b7892f74dd8c8167864 1.67 MB 3,450 17
892,504 892,504 00000000000000000001320c788c41a98ab68373875e8120e029c576c612e082 0.63 MB 947 2
892,503 892,503 000000000000000000021a84a26c7a7bd4e569148aa485db47ba72c735a9bd1a 0.87 MB 1,319 2
892,502 892,502 00000000000000000000820f64260e4241b002b6186068a7e28a1f2c478a9524 2.05 MB 2,345 1
892,501 892,501 000000000000000000019c06890cfcdcb7f40e741d8e877dff3fa2f8825d17b3 1.63 MB 3,705 7
892,500 892,500 000000000000000000017a5759962f34bab28cd40bdc66ecc18016d416149d40 0.62 MB 1,315 3
892,499 892,499 00000000000000000000492ccb7d79ef712aa4aa6542c91da7cc378422edcf9a 1.81 MB 3,570 1
892,498 892,498 00000000000000000002324541abe9cdf1f6a9a8b30ba6f741ac1a07c851d76e 1.89 MB 4,409 1
892,497 892,497 00000000000000000000c99b8f19e6d344d542d59fe4eda36514d941ba9f1cfc 1.67 MB 3,679 1
892,496 892,496 000000000000000000002664702a1bbc669f67d09d16f8d0471bdd10f31b8c05 1.71 MB 4,121 7
892,495 892,495 000000000000000000000f11c76567d16f409e03c0412b9c99f52b341cb9abe2 1.74 MB 3,967 4
892,494 892,494 00000000000000000001bd502518849b8760586ce007bdffe5a69c439095a555 1.78 MB 4,275 1
892,493 892,493 00000000000000000000d0c1641fdbf4b7b50c6a5d49af68c3d2ca8ee07e372b 1.73 MB 3,675 5
892,492 892,492 0000000000000000000035d6f2118dab9b7877c55c4c2520a255c63c9f79d2d4 1.67 MB 3,834 4
892,491 892,491 00000000000000000000004c673c7227adf6751a3adc2dbd64e546f6e5694041 1.74 MB 3,470 3
892,490 892,490 00000000000000000001cabc7d17f0aa3f65940a9c21dc2b3107f4d596c7e885 1.46 MB 3,027 1
892,489 892,489 0000000000000000000143e91bfe361bab224f3a131697af8d28f8b0cb54c27f 1.51 MB 2,950 1
892,488 892,488 00000000000000000001638f34a7d00ca375e757a2cc1fa9c73a4d18dd7f890b 1.59 MB 3,708 8
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.