Memory Pool Memory Pool Refreshing

5,046 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,953 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,952 (800,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,955 106,955 0000000000010ce529322ca0a42b901e5fb599b89a096e2c74a4f14ce93ce470 0.00 MB 2 0
106,954 106,954 0000000000015ecb9cad117c5a431bf2fd8c4c660cc329643a4299dffd8ca36a 0.00 MB 4 0
106,953 106,953 00000000000248fac177bd3a69489de122b1e3edd4caad4e9da1df41406217d0 0.00 MB 1 0
106,952 106,952 00000000000002bf8481359b3a75a5abd6a9dc65d7b1f128286049a274c9ae40 0.00 MB 3 0
106,951 106,951 0000000000020088041b8039fbe0daced2e47cd0be60b7b6bffa6e86e5bba16d 0.00 MB 4 0
106,950 106,950 000000000001422167e0e3c2be4a2f11825c7a51a63b0667decb478dc05467a0 0.00 MB 3 0
106,949 106,949 00000000000142ce19e7d77d2e5d9f7e2d0f27bdca74dc3a240c7a0024c1ff72 0.00 MB 1 0
106,948 106,948 000000000001be93bb99863cdae6e3fe25dec590752d85abc8d364455ad70646 0.00 MB 9 0
106,947 106,947 0000000000000278714bbe284dd0168f7fa0d53a5a4c661b5d74117b479d4fa8 0.00 MB 8 0
106,946 106,946 000000000001fcf461aa5a3ef8934ddb523aa43f0575c6ab2f0c3a00a722e713 0.00 MB 13 0
106,945 106,945 0000000000004bc0763da1b29d9d68c8fbbd33cdc08fa4f4d5804905271331a5 0.00 MB 2 0
106,944 106,944 00000000000152328574346229ad000fd433811e96360f7d3ecf0a497a7e835c 0.00 MB 1 0
106,943 106,943 0000000000001b24af17807053b70def6b8fead0c1af13e158206dfce4197576 0.00 MB 4 0
106,942 106,942 00000000000197c2fc6b5ab2669a575ecf606a4814e8c585916148c9619fd120 0.00 MB 11 362
106,941 106,941 000000000000bf049658970ec6a9410eb4e9b5ae5da72ddefe7622ae2b7320fe 0.00 MB 9 0
106,940 106,940 000000000001a420fd100d72310a4d9026dbfe04b813978327688697e057ea34 0.00 MB 12 0
106,939 106,939 0000000000020c4ac888012d5d03eb62cce76f9cc25aaca2fe09d0e3902b5566 0.01 MB 28 0
106,938 106,938 000000000002329ff0f2d8d6797360f60c2b11605698524fb98bc15a805033c2 0.00 MB 13 0
106,937 106,937 000000000001e4e5fc909c57493cf27da281c7d8e82a17620f44989691fda0f5 0.00 MB 1 0
106,936 106,936 0000000000000e92d775bdf292c1b2150b0d4544071e517510d2be2ff2243f91 0.00 MB 4 0
106,935 106,935 0000000000009e6b46aca5bbc7ac6200897d9f6de2db7956a0e6ba49226d31ac 0.00 MB 20 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.15 GB sent, 95.24 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.