Memory Pool Memory Pool Refreshing

4,056 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (63,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,099 844,099 00000000000000000000f457ed38a0675a6cffb087995bc1edf8898a72cdb03c 1.48 MB 6,603 9
844,098 844,098 000000000000000000002de7d581139baea72dff68fa414e145b78a7c34707a9 1.69 MB 2,843 13
844,097 844,097 000000000000000000009bb1f04f1489b92d1d722771b5f8b1fc52934a4ba9b7 1.50 MB 6,745 8
844,096 844,096 000000000000000000013c64c763dce2d2cfb79bbfd13ae8a6a2d022820d5515 1.46 MB 6,725 9
844,095 844,095 00000000000000000001279081d9ce06a43e77ff286eb5574dc5f437dc897fd7 1.58 MB 4,497 12
844,094 844,094 000000000000000000010ba939ac52e199faa7d675f4ba29fa6b08091d462444 1.63 MB 3,020 14
844,093 844,093 00000000000000000000aaa96e97ababa6236a8df5589ce3a9e5659ecc7547e1 1.56 MB 5,672 10
844,092 844,092 000000000000000000017ebbaa6c49fa43d80288137cd6ca1f42c6d81c577453 1.46 MB 5,232 10
844,091 844,091 0000000000000000000190d647d08146a03a8a615f129f2d5a5bbf654ba17d40 1.55 MB 3,313 13
844,090 844,090 00000000000000000002c886b425bab069bab37b07021a57f20e5ea19f5518dd 1.48 MB 5,466 10
844,089 844,089 0000000000000000000328e14f294061ea5c7294f51e24e70651672c2a5563f6 1.65 MB 5,404 9
844,088 844,088 000000000000000000025c0ae943995c6fe3be684f6eb478998d241d07f2e42b 1.40 MB 5,366 10
844,087 844,087 00000000000000000002254f75a130657526cf0ccb943b08955c870edf0c77fa 1.67 MB 1,969 7
844,086 844,086 00000000000000000000ba7cff2ab8032bb1c0922385ff80056b1b9332ac01ee 1.97 MB 1,633 8
844,085 844,085 00000000000000000003426f2ba721499443753d6fd94101bc10e743c279c3bc 1.90 MB 4,338 8
844,084 844,084 000000000000000000027b1771d3765811d21a73c42b6d19534df2ef8c107845 1.48 MB 5,773 11
844,083 844,083 0000000000000000000055097d708f924deb8806ae436d0491756784c094f339 1.44 MB 6,409 10
844,082 844,082 000000000000000000028a63b4fc0cb5849a321674e94068e6720b743fcab4ac 1.42 MB 4,108 11
844,081 844,081 000000000000000000006bb3ded98589bd1e8420967d3365a07bde6915f552ad 1.49 MB 6,006 10
844,080 844,080 000000000000000000004b92706487b167ffb5a74ec14fda77138dabca9e9801 1.60 MB 5,701 10
844,079 844,079 00000000000000000002af7941f715a37a463d67f78878ec543309a1ecc2ac79 1.62 MB 3,712 15
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.