Memory Pool Memory Pool Refreshing

3,029 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (79,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,750 828,750 0000000000000000000224c8fbb5686e3d0f7cee10ba0a1707edd2822b2e4cb0 1.14 MB 948 26
828,749 828,749 00000000000000000002a9f27430fd7f2564b52b6f2aac5e16290925c7f30059 1.86 MB 5,110 28
828,748 828,748 00000000000000000002461168f3a93ceecc4e8e2ec46ee5a7e86a028b8dc96a 1.74 MB 3,725 27
828,747 828,747 00000000000000000001c806dc51c293a77e5ba0c4eea1b0e92717f636d65c22 1.65 MB 3,627 46
828,746 828,746 00000000000000000001ce845d2b83138b33af10b19a8f887c4566639af18b66 1.81 MB 3,921 30
828,745 828,745 000000000000000000039b4b0b565c781c2e99197c5f7f326b267ad0c67316dc 1.89 MB 3,080 47
828,744 828,744 0000000000000000000122bca32d95ae7149fb351b2e0a55d88af982e676807b 1.62 MB 3,656 28
828,743 828,743 000000000000000000035d869d22c3955071a1336827ec048787b9bccda5dd46 1.55 MB 2,984 30
828,742 828,742 0000000000000000000020fd75dac3b23cb15732e2f7666b46284e25693eecc5 1.42 MB 2,374 28
828,741 828,741 0000000000000000000059e7d2d20d9437d5a00757217270550726764f4d1841 1.64 MB 2,971 32
828,740 828,740 000000000000000000032122f3c212a658ed79e8541e3bfd266db0819851dd5e 1.41 MB 1,993 25
828,739 828,739 00000000000000000002b54906d0f470520685db608091168558aad1e9fb358b 2.03 MB 3,078 31
828,738 828,738 00000000000000000000e88d93bca5f9a1c83bca22ecdaee576c463f6a4dff84 1.48 MB 2,940 46
828,737 828,737 00000000000000000003484fb2743fc6800bd6c734e932180d4befc71da6c7d9 1.85 MB 4,181 32
828,736 828,736 00000000000000000003720b2185371a6ef8bcf4ffacd5c2b237bd7105faf547 1.74 MB 3,298 39
828,735 828,735 00000000000000000003700ce4998197d7b16a8fee82c90f9fa98a48a1bc7c97 1.96 MB 2,146 38
828,734 828,734 000000000000000000018fc7be66145b06c91af68da76d9cc10ff6c2a6c1352b 1.16 MB 1,276 24
828,733 828,733 000000000000000000012d879a14f37d01939f43503105a77ad464ecfe2494db 1.73 MB 5,012 29
828,732 828,732 000000000000000000034802d552212e0ce779c537861279a6f2e62c7aeed471 1.80 MB 3,640 28
828,731 828,731 00000000000000000003a6db9d04f2250d03aa917dd67de30cfcca40ed3cbf75 1.69 MB 3,072 38
828,730 828,730 000000000000000000011dc7d7a93e128a9185c7cc855b8c334127b78abcbbbd 1.67 MB 3,687 61
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.26 GB sent, 93.31 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.