Memory Pool Memory Pool Refreshing

8,778 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (33,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,434 874,434 000000000000000000011d1bd4ec5b4d6e27e8b6f213476ef9b4cca84946e566 1.64 MB 3,085 9
874,433 874,433 000000000000000000001c082d60c5f5954f5fc2d7c09cb539f862f3eacde85b 1.53 MB 3,297 13
874,432 874,432 0000000000000000000242d0aa6a1c1713d879e664080ef4216c2ef839a93d14 1.67 MB 3,673 14
874,431 874,431 0000000000000000000183d6de5af285756879bb3adadf45758acadef30e8053 1.64 MB 4,217 17
874,430 874,430 0000000000000000000143177305b22e674a3b0bca50d98007b8e0ae209462a8 1.62 MB 2,954 8
874,429 874,429 000000000000000000016b90a0a31d90aaa5b273e61825c05d32a263f0000717 1.72 MB 4,192 12
874,428 874,428 00000000000000000000c5686d53032c8d77b0e4cdc6934cca3b005c57456acf 1.67 MB 4,016 12
874,427 874,427 0000000000000000000138a6fa0f4be415fae3f6fc01310512b78daf8ec50145 1.70 MB 3,973 15
874,426 874,426 00000000000000000001225aed141d25ee1e6ca817f5a8837ffd2de0f28e249c 1.50 MB 2,501 9
874,425 874,425 0000000000000000000175aad4b7bed9767f725f1c2e69966a87cfbe34ce6596 1.67 MB 3,362 13
874,424 874,424 00000000000000000000541b5a019b99b8cf05b70e20327b1262d0302eda86d3 1.56 MB 3,807 13
874,423 874,423 000000000000000000005f5aac397dbdc00a7439a124ea42dda740f1adc18198 1.59 MB 3,473 16
874,422 874,422 0000000000000000000257efd70d326eef25d0b02d0bb61a263492233d532267 1.51 MB 3,531 20
874,421 874,421 000000000000000000018c61861db107554d672cdf90e054b8079d27c4c10367 1.36 MB 1,165 8
874,420 874,420 0000000000000000000269e100434291a4cecc64137a377cce661935a70551bc 1.54 MB 3,534 13
874,419 874,419 00000000000000000000f2cab1c1e9f4cc69ac72805b535c86ab9706795cf333 1.08 MB 540 8
874,418 874,418 00000000000000000001aa86e6f6b9178b0e11c84a9a09c5e89298c0d9d93505 1.49 MB 3,006 10
874,417 874,417 0000000000000000000274523c90f656def525d2a87af5092998c83286859993 1.52 MB 3,414 15
874,416 874,416 00000000000000000002580405b56a823a8ef668113d445a229b59ef9d4d50d9 1.52 MB 3,402 14
874,415 874,415 0000000000000000000203c6650c2bd308f44ce31b0a87341751a10d97110979 1.55 MB 3,323 16
874,414 874,414 000000000000000000017ba15091bf6e81c1d04a90ec8de905897cf154e8a0c6 1.38 MB 2,008 11
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, 114 incoming
  • Data Transfer: 1,635.60 GB sent, 94.35 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.