Memory Pool Memory Pool Refreshing

682 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,906 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 675 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,905 (721,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,128 186,128 00000000000000b6c1cf1c00667d1f715332a55bf7cf2f9b6976e74a16a39f52 0.31 MB 736 150
186,127 186,127 00000000000009763ec6e94b1ed8b04e73b7439c98524d1aec3e5f12ee2b0872 0.05 MB 111 59
186,126 186,126 00000000000000a619a6f3952f07ab445c04e21ade0306b7b593e8418fe7ed64 0.03 MB 31 199
186,125 186,125 0000000000000808f7ea0544fc569b4ee59283948131d71659354ba93b1022d4 0.09 MB 120 110
186,124 186,124 000000000000099aa14a0e1160727f3052b5a86631675c4c6d36c846e2319e3b 0.00 MB 5 3
186,123 186,123 0000000000000937600e820332097f566398f24294b025a9fcd9fe51c02bcb88 0.04 MB 128 92
186,122 186,122 00000000000009698d8b37814fbe55d3bc43c7e0775e7e676c0d48402bd26ed5 0.11 MB 259 121
186,121 186,121 000000000000064a0d7d4e46b9b70f3624a33c7cfda5eb8f8709386b3ce4bb8c 0.00 MB 13 15
186,120 186,120 00000000000006cb3a7f46bd9fdc4b8ae25c5cc4b8eac97de8e12cb5641b9a93 0.20 MB 511 153
186,119 186,119 00000000000001985042602ddda65361eed1f5c66918a11dc5cd4643318c8327 0.05 MB 127 179
186,118 186,118 00000000000007af2282eac67da7a9fc0f3689aa7e80d9b0f6b8c9b44e9855e7 0.05 MB 74 45
186,117 186,117 0000000000000045f3c87f686bd55c5a25dc227be9746d8b00a360c1a187dc5c 0.02 MB 35 52
186,116 186,116 00000000000005f1aead4f1c7d7d0865c681387595a1c6db61990cfa3ec8390e 0.09 MB 224 107
186,115 186,115 0000000000000898c2cc79a5dcc324de8f82b88f79a0206aa729edd75cddf44d 0.00 MB 12 15
186,114 186,114 00000000000003c3145cc1b4b8341eba22460b31f841f47253d0c299765d0ee2 0.00 MB 5 29
186,113 186,113 00000000000000ba5a2369a8bb23c20be9e7a3426f46f07d1368c7e6f69f43d7 0.09 MB 253 155
186,112 186,112 00000000000007ca3d0da99f8bcaa7d267e3245499517234c7708e0f60f54521 0.02 MB 66 108
186,111 186,111 0000000000000297e483573083c3bb6f62bb281d81581f2e5eb24983834d1c70 0.00 MB 12 38
186,110 186,110 000000000000096bfee227294b9a86241335b420e1a3aee83b01ac0420da49b6 0.07 MB 157 128
186,109 186,109 0000000000000818a6da297a1cc8c498916fea542104fea2c32a0991ec65eae5 0.04 MB 135 120
186,108 186,108 00000000000006d562e7f0a8f6f67ae0222508e56b9a1f700f3cfd627fd3fb8d 0.08 MB 112 152
Previous 10 blocks ↓
Total Size: 769.36 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,643.78 GB sent, 94.76 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.