Memory Pool Memory Pool Refreshing

2,572 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,093 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (633,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,055 274,055 00000000000000043030b35cfa734dc3335ddf49faa4acd2f03262af69e8fda4 0.14 MB 337 57
274,054 274,054 0000000000000002d31adf54610bcc39ce657f5a9d0334284cfd930be45c28ec 0.05 MB 85 128
274,053 274,053 0000000000000003f8434461041ba267c34cca1029f04ee339d7ff2e51863af1 0.05 MB 130 38
274,052 274,052 00000000000000032b1c0ca3025a7f9de8e53c5d4e630097a4b70a5eda7d2d1c 0.90 MB 59 1
274,051 274,051 00000000000000028be4b7c72c3f673d82d9b303128ccbe7a207b7895c36570d 0.13 MB 255 66
274,050 274,050 00000000000000057754578b7b8bb5fb8df844dfd92e9c3218fa4c8f77b24a9e 0.19 MB 244 32
274,049 274,049 0000000000000003ae19db510d32b097f19732415becf0d178f3231656c36922 0.25 MB 598 59
274,048 274,048 0000000000000000e7c9b0145447af065e43c35e1e89e030e00cb035847cd1ca 0.07 MB 150 43
274,047 274,047 0000000000000004ca4e3cbe80d01b3c8a0851b55c011573440730784a798673 0.03 MB 80 46
274,046 274,046 0000000000000006066f00f60f4449edbbe0559abbf479e1dd2e1cbc9f2661c6 0.01 MB 38 34
274,045 274,045 0000000000000005a91a1711f2e662266a074e7222a29cea513fe65030c37e19 0.16 MB 379 48
274,044 274,044 0000000000000000316434d64fd8eed4ff860b1f0b6743bd7a97f95c7c50c3bb 0.01 MB 33 124
274,043 274,043 0000000000000005aff73965f9e46c7150616c73b5750d65b657a5d159e8b0ed 0.11 MB 205 28
274,042 274,042 0000000000000002e90294ef372a4eaae03916edf32958c9d406095949de906a 0.07 MB 101 39
274,041 274,041 0000000000000001fd843fd5a908994e15ae6fad3be1af29693744342bc8bc6d 0.35 MB 747 53
274,040 274,040 0000000000000002f61174bc4c63f7ae0de581831e58882b26dbff07641bc8cb 0.25 MB 522 41
274,039 274,039 0000000000000001452fb42f8b3b2d12e06c85f993fc2f2ab810fe450798443a 0.32 MB 514 19
274,038 274,038 000000000000000447f112796d7c9a8c42fa26487a7bd2f1fbe7fc9634cb8092 0.25 MB 698 118
274,037 274,037 0000000000000002841c18dd55b747f0e5580a68dde17024e6ff75c257f8473b 0.39 MB 873 105
274,036 274,036 0000000000000002e1bd093c203b18257b814e52a21214cc938479cdd7e51116 0.26 MB 738 99
274,035 274,035 0000000000000005639d873d8841377f2f4b58febfa2ebef71df8cf27f8399b1 0.14 MB 346 68
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.