Memory Pool Memory Pool Refreshing

46 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,282 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 29 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (801,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,959 106,959 00000000000002a461f5d861f101e5aa9ebc959d85b7fdbe6d2fc5a9fe9596cd 0.00 MB 1 0
106,958 106,958 0000000000009b4843cb474176f9affe188e925edc6eccaa4314717e8b72538e 0.00 MB 4 0
106,957 106,957 000000000001b35e7c0a46d73c6a9f5f83cec3c3eef6f202e6f7f3dc29101a5a 0.00 MB 4 0
106,956 106,956 00000000000218090fe86e2cd72174890726d136843b0ab1a52fe87d4cccbaff 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.14 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,691.90 GB sent, 98.21 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.