Memory Pool Memory Pool Refreshing

460 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (798,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,950 108,950 000000000000dc2e1038f24b8cc81c4efd41097d9db552cee9003d56466c6fd4 0.00 MB 9 0
108,949 108,949 000000000000b08befed64e55ea90f53f6cc632ae770f8b2b2063d8ef5d19c4d 0.00 MB 11 0
108,948 108,948 0000000000017517729e4e29bf28375ada3aa589b4f9bc38978aee6b3a185525 0.00 MB 8 0
108,947 108,947 000000000000d6bef5d11ac62dbf20ae3758c0b326cf1635adb49ca9e65de772 0.00 MB 11 0
108,946 108,946 000000000001a4e391d968271ac555fc04b528b5bcd020c9307ea89eb2284f34 0.01 MB 54 0
108,945 108,945 0000000000008880a81d5d67b55d59f820f834ecbe825f9f1c24835839b7db01 0.01 MB 9 0
108,944 108,944 000000000000df414d6dbbbb41b21224f3724c4ff46da733b56c38a0b9d45f85 0.00 MB 5 0
108,943 108,943 000000000000100e4bcf9194cea1130d12932086712815853f83b7f05d87a5a7 0.00 MB 3 0
108,942 108,942 0000000000006973333d8bc1da326eb98b08fc526f7c7d752330f5af0f2c7211 0.00 MB 3 0
108,941 108,941 000000000000c573910a8e0d06255f5e2b98249852835c4b134acefcf4bea3c9 0.00 MB 5 0
108,940 108,940 0000000000002cf99a11ca59e64dfad9b994ecc4fafbcaee09e1178c8c34e3ef 0.00 MB 5 0
108,939 108,939 000000000001b0616bd9932cd59b355afde47b67a0f315f3437aa002500543fd 0.00 MB 1 0
108,938 108,938 000000000000f5007afaba8dcbd1e70febc310abc89cf9b575cd40ce15f4bebd 0.00 MB 5 0
108,937 108,937 000000000000f740479c63787fbc8a830aaef68752dfe3d19266cfe2536c5ad3 0.00 MB 3 0
108,936 108,936 000000000000fb100195654533866d4f7a692efada1b847e2a98aad811c45cc6 0.00 MB 1 0
108,935 108,935 00000000000023a4ad7b42e85796f8f738ef6b46d6e8ee1ae4a698e3b5ca7274 0.00 MB 9 0
108,934 108,934 000000000000fbc9aec27fcfe52fe7164bdea0559b57f9162a37c9b46931688d 0.00 MB 6 0
108,933 108,933 00000000000181ea105084f6bfdcc6a0d9d76e86e24cc6b8277ce576bee4400b 0.00 MB 9 0
108,932 108,932 000000000000f6307fd0e40c3058bea2a7abbb40737016b287c7b2f7d2c41d23 0.00 MB 13 0
108,931 108,931 000000000000ad999fad14f1cc21ba79399e0db1031756d91bb50c423519cb7b 0.00 MB 13 0
108,930 108,930 0000000000013e7eaa5119e5504e0910c94c9848862a8ec569e9059005a1d257 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.10 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.85 GB sent, 93.39 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.