Memory Pool Memory Pool Refreshing

7,124 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,681 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 368 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,680 (6,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,514 892,514 0000000000000000000158ef8249621bdaaf6712340c0d258fd2eff3422a5dda 0.82 MB 1,696 5
892,513 892,513 000000000000000000011358d647316efdbbc421028bf6357ff326cb29450dbc 1.37 MB 2,749 11
892,512 892,512 0000000000000000000182d26b3543eb3c24358c80bc8f8045baa37204d091dd 0.33 MB 854 3
892,511 892,511 0000000000000000000067ce306a39863611e63d19ddf401c2eb1c60c66c8e25 1.88 MB 2,308 6
892,510 892,510 000000000000000000011ae84828787bb6cfd3ecd9c4fa4c47b1250e161b5a1f 0.57 MB 1,481 5
892,509 892,509 00000000000000000000b0529175418b17b14dbc37d21702a9534fcb2f87586a 1.81 MB 2,830 4
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
Previous 10 blocks ↓
Total Size: 753.76 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: 419.69 GB sent, 18.69 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.