Memory Pool Memory Pool Refreshing

1,377 transactions
13.33 vMB
Show Random Selection Loading Transactions
Max Size: 54/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
908,338 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,337 (809,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,050 99,050 000000000001867d95f59c8e2ee85cb2226b30aaf8d6b5f09463c1f55a808b2b 0.00 MB 8 635
99,049 99,049 0000000000006096f177015627d71c0a68e601d0485d99a03aa675d92c22617c 0.00 MB 2 0
99,048 99,048 000000000003a2f13a7913e2f046ff13c1014aa93903166564922144fb51c958 0.00 MB 12 352
99,047 99,047 0000000000028ae80f929ff749e0ce2bea3589f133ca491cbe075f9ab33369f7 0.00 MB 3 0
99,046 99,046 0000000000040cb943a4ae16bf53148e0361c2ac46bb21ddd133f09e99524669 0.00 MB 3 0
99,045 99,045 000000000002d45bc3c7f9cebad21a2cae134ce3c6059c58d394d582348f691f 0.00 MB 2 0
99,044 99,044 00000000000261ae35ba976affabb9852a7be2a544c48e42466e00a10b93e625 0.00 MB 1 0
99,043 99,043 000000000003f92fb1e883ff9aa2de3f9349d2962005e35d0169a7b6f8b4b33e 0.00 MB 1 0
99,042 99,042 00000000000154eeca3cc2f74196f44cdf545709bf77cdfb54972b5aca929a14 0.00 MB 6 0
99,041 99,041 000000000000730f6e8f99ded28cb857d823ce20aaa9ff28e94daa8d4c83a863 0.01 MB 4 0
99,040 99,040 000000000001659daffe2836b561291e2db845fa6af4e76fc179d7cc1a0ef43b 0.00 MB 2 0
99,039 99,039 000000000003e8b197501c05f5b127d52712f6bbee33770c1278d221f7a6e0b9 0.00 MB 1 0
99,038 99,038 00000000000161d5d6ff55e3c785522be3645e14c03660bab181bddf414a9563 0.00 MB 1 0
99,037 99,037 00000000000324fe0c16007255381153f5e656c326362e15ef67d7ec99d559d7 0.00 MB 2 0
99,036 99,036 000000000002e6f680bb3c103fd181334ee3c1b8206a39988cfa764323d53e6c 0.00 MB 1 0
99,035 99,035 000000000000fcaf0c270d669b491decd180b476722763e3e2be3ea3030da0f3 0.00 MB 2 0
99,034 99,034 0000000000007dd62a19463f5d7fa93fd1c862f6e69aa7b6e801229f27f6d0dc 0.00 MB 2 0
99,033 99,033 00000000000073d4f1e0d1ce20848861d7cac3c222d8c886195717c0bd61f654 0.00 MB 1 0
99,032 99,032 000000000002e357b115ae405076900f1201cbccc04b5e04177a4f825b2d2a7a 0.00 MB 1 0
99,031 99,031 000000000003302aa5dcb009d43d34c4ff19da558af8cd6abf6feb104c522e4a 0.00 MB 1 0
99,030 99,030 000000000000765e88c753743a38e24a4381ce1f8a26a31948eed4a6c2bbefae 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.29 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,701.69 GB sent, 98.76 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.