Memory Pool Memory Pool Refreshing

1,533 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (10,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,965 896,965 00000000000000000001986f09febdcd3699d7dab2fd67fa6951fd3594c19088 1.47 MB 3,935 6
896,964 896,964 0000000000000000000036da80b972187782b7c2b6a67950c3de0c7f412f7053 1.56 MB 1,684 2
896,963 896,963 00000000000000000000d98d6867a31f6d4c0c4ddf599ddfeb9bcbea9191255e 1.68 MB 3,426 5
896,962 896,962 00000000000000000000e0341f9a7bf84e79d3e29c20bfa8cb35d62c265a9b85 2.08 MB 1,305 3
896,961 896,961 0000000000000000000089a7da5e8560e22854a9322a21defa9717c987fb9a87 1.71 MB 2,791 4
896,960 896,960 000000000000000000018877cd6298ec949e70ca6ebfc77ed3181a4a93d66dde 1.70 MB 3,069 5
896,959 896,959 00000000000000000000f8042dfe12d056493b66d874465bcfd67a3fc91f46de 1.51 MB 3,602 14
896,958 896,958 00000000000000000000b9cf7080a026726a474c34da585b9c83c40d91e4cbcc 1.56 MB 3,768 6
896,957 896,957 00000000000000000001ee425559da05ac44d5926256c6c70010534e48b674f3 2.85 MB 2,223 2
896,956 896,956 000000000000000000017feadab88530cef33d40ddc7bfdd1dc93525f2c25e92 2.23 MB 2,733 1
896,955 896,955 0000000000000000000154357ed9c82f5214a6b1e12608517844d89becd3b1e3 1.39 MB 2,324 4
896,954 896,954 00000000000000000000910cdc2dcd10fd80a133d1f69ff1e719ced063b7f0e6 1.62 MB 2,506 3
896,953 896,953 00000000000000000002297d92d9b66919130a444562a0ad03e877c0f061814f 1.57 MB 4,032 7
896,952 896,952 00000000000000000002324a9aa8657db900394b00a48f5a552bf29b3a9e285b 1.63 MB 3,081 3
896,951 896,951 000000000000000000023aa130c48fb450a089138c7a49a0047d7c1eac259eb2 1.64 MB 4,107 2
896,950 896,950 00000000000000000000fffbea3808f7f27d5a83668aa19661ec445c52d0dbb7 1.82 MB 1,972 1
896,949 896,949 0000000000000000000174f1c3c4854b06ee01996f265e62b0ba39ffa921d3e1 1.37 MB 1,759 4
896,948 896,948 00000000000000000000ad74fb19c1312562930b8cd35d2056caf9737a163467 1.62 MB 3,422 6
896,947 896,947 00000000000000000000429ed11649b9b9fff854c48fc676a568b7d1bb122bf3 1.50 MB 3,020 4
896,946 896,946 00000000000000000000d97074267ba392fead95be6d9dff91f35a4153a08234 1.56 MB 2,827 4
896,945 896,945 000000000000000000021a3f50b48bf6fa788481b3d675a32368b4f6e4a75faf 1.54 MB 2,177 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.