Memory Pool Memory Pool Refreshing

7,961 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (728,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,817 179,817 0000000000000168079919e53e8ddf88d0f44aae1ab410dace31620eac37dff4 0.03 MB 99 1
179,816 179,816 00000000000001085e395c43fa194bed5035b80483fa14d74bd81d2df035fa53 0.17 MB 409 113
179,815 179,815 00000000000007979cb6f97d8d32374065e76620d3527d2200e580279c18d553 0.13 MB 256 104
179,814 179,814 00000000000005a8ac4a0c691dcf1358d490854f93305e5683d3eeafb6c07356 0.07 MB 154 92
179,813 179,813 000000000000029afbd15637063c6ae5b3258543917604c08a9853a98c5434a1 0.02 MB 51 101
179,812 179,812 00000000000008fdd14b48daf0d1ad9c10f9bf84df23be548d0336feca33a159 0.09 MB 216 128
179,811 179,811 00000000000002f855739b9a4b2cf09293bcf23eda59282c9a4f94083801fc12 0.11 MB 266 133
179,810 179,810 000000000000035e7191c97cd80cdbb80f20e018ec97e50926494dd850a0adae 0.14 MB 332 136
179,809 179,809 000000000000011f21fd6f447eaab4d73551e7fdfde32ac28892155112fbcbda 0.01 MB 30 271
179,808 179,808 00000000000008c1f978916049f404fae22f871ec39f5a758e810d8602756fcd 0.10 MB 220 106
179,807 179,807 00000000000005cd21f1e44c02cd9cfb3d4bc9262800d17693ad41e191a0e8ac 0.09 MB 214 100
179,806 179,806 0000000000000493c740b8ed4041488d3d3bc18fbaeaab67cc5ca2f213d4fe71 0.01 MB 27 59
179,805 179,805 00000000000001e30a916c1fe21d662376c9520fc42abe9ac104034593bcfa6c 0.05 MB 143 139
179,804 179,804 00000000000007e870b350389dfca6dadc0af9f4c9c3d72d2c0676d408043530 0.01 MB 12 81
179,803 179,803 00000000000000a815035bee8fdaf728adbbe5ddde8f14a58e1c91283de38677 0.03 MB 83 139
179,802 179,802 00000000000001731f55032c5d97fa0184cdee2ec6d60d82ab96fb325f445079 0.06 MB 137 141
179,801 179,801 00000000000001e90ab8c3b907fcc639d3c2fa885bfd90460ce4cf45bf0d9a0a 0.01 MB 18 139
179,800 179,800 00000000000004f20eedaa2ec0852213ffae72032fc2b8fff4c6d085fa08071c 0.04 MB 100 141
179,799 179,799 000000000000046cea436f3b1be4b66a983a30117f25aaea2d5f100b22fd8092 0.03 MB 101 23
179,798 179,798 000000000000096e0ea69d0679079a70bd46af5a78c622688219522a1774f504 0.04 MB 99 170
179,797 179,797 000000000000055094698a7dd8a8dec3980a37f0bcd245369d635c1dc0ea4ada 0.00 MB 4 53
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.