Memory Pool Memory Pool Refreshing

2,439 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,406 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (11,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
896,944 896,944 000000000000000000018704d4a2116811238016bc4bc91755459bd81ad20e91 1.47 MB 2,593 4
896,943 896,943 00000000000000000001525f9d80da37b7123f03447ed6a9b10d6b9516a4cc17 1.49 MB 2,632 4
896,942 896,942 00000000000000000000cd0d840300a0049f74d207448a18f2b6c3713cca1b4f 2.56 MB 1,505 2
896,941 896,941 0000000000000000000004c554a5ccd53d620b36f3bf2becc0cd2753b84a5411 1.75 MB 1,863 3
896,940 896,940 00000000000000000001ac33c09f63279b338b8fb96d2683f6a68300251df8b1 1.40 MB 1,703 2
896,939 896,939 0000000000000000000031c4b86e552b7ad4d44767ff2bcb1ca7e407f06b3df0 1.66 MB 3,410 7
896,938 896,938 00000000000000000001352419f13f8486d2bd1bbf4e46865dc9f98261b04105 1.25 MB 1,448 1
896,937 896,937 0000000000000000000150a5014caf5c4553f02c1b54d0dfdf9b22cb7e0ea184 1.65 MB 2,670 2
896,936 896,936 000000000000000000016cf577fdce4512a5da5866d2a7122cd5c38d17ee9ce6 1.63 MB 2,355 2
896,935 896,935 00000000000000000001060760b985437e6e83c2fb7e8b9d5333a242c2659134 1.61 MB 2,696 6
896,934 896,934 00000000000000000000ebd2b33693ba8bcb11f71e7a17d8fcc59221b45fcc73 0.39 MB 865 3
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.18 GB sent, 95.25 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.