Memory Pool Memory Pool Refreshing

4,854 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (117,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,097 790,097 00000000000000000001438e60d008c6e578b86dc33886742a4294e3423eb903 1.58 MB 3,928 67
790,096 790,096 00000000000000000003f106c1fad0b38ab82141fa984f2b570ea79cc55f505c 2.04 MB 3,547 30
790,095 790,095 000000000000000000033426d2722cde4b222023cca5bf0105e4e51b342c4dae 1.78 MB 4,419 29
790,094 790,094 00000000000000000005b4d1c03a19496ff457271be71d4646cf87f669442f01 1.65 MB 3,553 65
790,093 790,093 0000000000000000000413fd837aed8755edff9335854abd57976fee85704183 1.71 MB 3,651 42
790,092 790,092 00000000000000000005d2511d472a5c04a5e3cb102491f7e1534302e2aa32ae 1.58 MB 3,229 38
790,091 790,091 000000000000000000023e8cd447a572eb2253b5fbefc1c148469639411ec141 1.78 MB 3,629 32
790,090 790,090 0000000000000000000423f4ae68eec94e97c2208bfa325d59eaaee669c723a2 1.74 MB 3,268 29
790,089 790,089 000000000000000000012ec27fbd731dc4e5b33ec9b7a74f6425cc57bd1dd3f1 1.83 MB 4,905 36
790,088 790,088 000000000000000000047469848b151c68c645449086b822953bb488dd5b9c12 1.63 MB 3,209 66
790,087 790,087 0000000000000000000231054820d3796c8dd4fa6d85d401954e678c484634bd 1.76 MB 4,609 43
790,086 790,086 000000000000000000007f49fa500ddf2abcd891a0e5e4e1374ccbf91a2b226d 1.90 MB 4,188 40
790,085 790,085 000000000000000000024d5efd5f1d591a0713d769a4efe9937e2dca30178b8c 1.71 MB 3,848 64
790,084 790,084 000000000000000000033188cc2db9d4eebacce6a3ebe389eb29eda469592805 1.75 MB 4,220 53
790,083 790,083 00000000000000000003cc2f3b0f53886b843bcb0267b1a3ed563ef062af7cc1 1.59 MB 3,782 82
790,082 790,082 00000000000000000005d6ee899bfca3de5f419cf0df61239f833307b4e9152f 1.49 MB 2,860 52
790,081 790,081 00000000000000000000fc400a864cde4c9f57280a69e5e58d9f522b7041d56e 1.55 MB 3,569 74
790,080 790,080 0000000000000000000068be55912d27bf33326c0eb4da58006801cbd76b34d0 1.61 MB 3,090 92
790,079 790,079 0000000000000000000598f743932172bb3bea60f3ae3469d4bbbdb60d11c6c7 1.65 MB 3,576 63
790,078 790,078 000000000000000000004618fe9f122bec639f89981479461d8596e046ab899b 1.62 MB 3,866 38
790,077 790,077 00000000000000000001e30ca10b5701b810d26b709fafb1f095d357116e8bd1 1.60 MB 2,547 28
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.