Memory Pool Memory Pool Refreshing

12,188 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (741,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,801 165,801 0000000000000871755c4e86a48d05d553abf16eba4aa707e87448a4797b9249 0.01 MB 21 283
165,800 165,800 00000000000008da23f05e81937e393bf6a8f9d8aecb966de96a288e630c2e61 0.02 MB 36 121
165,799 165,799 0000000000000abf2d454eebea318bfd3c31e3af4dc15460fa9096cab5c31c30 0.05 MB 96 260
165,798 165,798 000000000000080520b3747bcf2ead956a25423d63591c73d53970e17e163265 0.05 MB 118 176
165,797 165,797 0000000000000bc8e6f37e6e4d255929d85d14cc64b3c50911a96d863d02de7b 0.02 MB 24 69
165,796 165,796 00000000000002fd2865822fbfece9e50af0974062eadb0ceecedb923cdb8834 0.02 MB 49 55
165,795 165,795 0000000000000b0d59eaf214c095e6c416259d8d6c066b1a1d1f2cc02afe3124 0.01 MB 24 79
165,794 165,794 0000000000000193f2bb60c4436604aebfc2cff5f02aff30b7de209c343440e5 0.02 MB 87 2
165,793 165,793 00000000000001e902f0ab6b97f6cfa54436827f2e741ed3392f9b09e3060eaa 0.02 MB 55 171
165,792 165,792 00000000000006e2955cebcff29c86c46b785a1ebb8c6700b3c4b4e3cc77dc1c 0.01 MB 21 71
165,791 165,791 000000000000038fc3d6395c748d556403103c4adf93f65c97c0b20edea36bbd 0.04 MB 87 109
165,790 165,790 0000000000000c03a7ea300eb85d6ccae6f1587acbfab9f336d13e5955c6bb05 0.04 MB 108 246
165,789 165,789 00000000000001d70468831871eff2885d55e3e5190007c80bffb78cfb241a3f 0.01 MB 21 95
165,788 165,788 0000000000000aacfa9185848803e764b0083e8b3c78da2385389755dc5a2e30 0.01 MB 26 365
165,787 165,787 00000000000001da972c70d3bec32007694b5c5ba2e2cbada41e85e7e6e0b74b 0.01 MB 26 417
165,786 165,786 000000000000052fcdfdc65e62e6c1e630ef1750cf465fdd4dc52cf6e57e11cd 0.01 MB 26 137
165,785 165,785 0000000000000141a52da994f660e220f35a23c1f890529d38020af258337f3d 0.01 MB 22 152
165,784 165,784 0000000000000b655304f9fa06e45565c8563a942af34b49df4f8fb4d17b2bcb 0.01 MB 22 184
165,783 165,783 00000000000006d709be5a892dabc04104d4b5328c8ec841bc2a9bd44a946929 0.03 MB 77 509
165,782 165,782 00000000000007989dad73014ca0f919d0c005b3c47d62197c9a2773d957f47b 0.00 MB 1 0
165,781 165,781 0000000000000186ffac45d97a4920205c190d90bd6a36319d61cc2d6bd34628 0.00 MB 9 51
Previous 10 blocks ↓
Total Size: 768.93 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,612.68 GB sent, 92.48 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.