Memory Pool Memory Pool Refreshing

264 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 259 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (217,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,379 690,379 00000000000000000006499966336b73485e74d2b60f3dfcb94841ee6b6fdcc0 1.62 MB 1,975 22
690,378 690,378 000000000000000000021b371ca02187dea36923d0d8c16fe98e25e545a3dfa1 0.38 MB 789 6
690,377 690,377 0000000000000000000c379c35b5146504cfde60dbf55ed31b6cc5b1650d17ff 1.28 MB 1,769 30
690,376 690,376 000000000000000000031dfe2454a46967b95c2052d279541a599ea2d14ef4e1 1.11 MB 2,084 23
690,375 690,375 0000000000000000000df66ea905c680caf7fd3955ac07eee5e86bae8e4f0f25 0.31 MB 670 22
690,374 690,374 00000000000000000001081c7b7c2856f03a12e15e6530941f1565de600651cb 0.86 MB 1,120 17
690,373 690,373 0000000000000000000ec5270cadc4c842cbf7682231ec20ae0899463dca191f 0.16 MB 185 12
690,372 690,372 00000000000000000010a5b0976a7536edf6cd4ead247b5d12bf67a1b7a7a3a9 0.12 MB 216 24
690,371 690,371 00000000000000000001b1ecb81af81ed74c2a85b01744544d345d1c3e693d48 0.90 MB 981 19
690,370 690,370 00000000000000000011c7b5c62084409186eeb35bd7c2c4ac9f04a4655b4c31 0.02 MB 36 37
690,369 690,369 0000000000000000000dde140e0a50e0a7c05b577177f50ee0bfa2712b5e3cdc 0.64 MB 1,134 20
690,368 690,368 00000000000000000012d516415d2d1292fbd712b408f4a1c67193719a5756bc 0.77 MB 1,328 26
690,367 690,367 000000000000000000090ac36122d23df1884ea20c64a06604ee5049733cb465 0.59 MB 1,258 8
690,366 690,366 000000000000000000048fd6572eca4617cc8ef89c937533989394b3916a60a1 1.41 MB 2,220 16
690,365 690,365 00000000000000000010efe321d9a4cfb411c1af84bd86b1219861ec9e598cbf 1.22 MB 1,924 44
690,364 690,364 000000000000000000009e4e8464a290ff2c1985bb7cdf7d3f2a67b38fb99745 0.63 MB 1,193 24
690,363 690,363 00000000000000000009e66e7662040799012cbe53f3511e22ac82006e0efda0 0.03 MB 67 20
690,362 690,362 0000000000000000001299a60e23a4bfa33155aa1d55a8e28da608f7c47a0bb7 0.52 MB 868 34
690,361 690,361 0000000000000000000bbe1a0682c54167f31a1fdb42af1bead61ba54fed9330 0.63 MB 1,021 31
690,360 690,360 000000000000000000069dcfea27a0f78b35a3feb85907114cda18a1fd3da726 0.23 MB 277 19
690,359 690,359 00000000000000000007ee1097acfffc1e1e05f50270b8629d4cd412d478ada4 0.35 MB 907 8
Previous 10 blocks ↓
Total Size: 769.10 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.94 GB sent, 93.40 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.